tangled
alpha
login
or
join now
seoul.systems
/
microcosm-rs
forked from
microcosm.blue/microcosm-rs
0
fork
atom
Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm
0
fork
atom
overview
issues
pulls
pipelines
Replace tabs with spaces in try-it-macros.html.j2
seoul.systems
1 month ago
1d3cea99
d7dcadec
+3
-5
1 changed file
expand all
collapse all
unified
split
constellation
templates
try-it-macros.html.j2
+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
109
-
<pre class="code"><strong>GET</strong> /xrpc/blue.microcosm.links.getBacklinkDids
110
110
-
?subject= <input type="text" name="subject" value="{{ subject }}" placeholder="subject" />
111
111
-
&source= <input type="text" name="source" value="{{ source }}" placeholder="source" />
112
112
-
<button type="submit">get links</button>
113
113
-
</pre>
109
109
+
<pre class="code"><strong>GET</strong> /xrpc/blue.microcosm.links.getBacklinkDids
110
110
+
?subject= <input type="text" name="subject" value="{{ subject }}" placeholder="subject" />
111
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