Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm

Replace tabs with spaces in try-it-macros.html.j2

+3 -5
+3 -5
constellation/templates/try-it-macros.html.j2
··· 106 106 107 107 {% macro get_backlink_dids(subject, source) %} 108 108 <form method="get" action="/xrpc/blue.microcosm.links.getBacklinkDids"> 109 - <pre class="code"><strong>GET</strong> /xrpc/blue.microcosm.links.getBacklinkDids 110 - ?subject= <input type="text" name="subject" value="{{ subject }}" placeholder="subject" /> 111 - &source= <input type="text" name="source" value="{{ source }}" placeholder="source" /> 112 - <button type="submit">get links</button> 113 - </pre> 109 + <pre class="code"><strong>GET</strong> /xrpc/blue.microcosm.links.getBacklinkDids 110 + ?subject= <input type="text" name="subject" value="{{ subject }}" placeholder="subject" /> 111 + &source= <input type="text" name="source" value="{{ source }}" placeholder="source" /><button type="submit">get links</button></pre> 114 112 </form> 115 113 {% endmacro %} 116 114