9 lines
362 B
HTML
9 lines
362 B
HTML
|
{{ $instance := .Get "instance" | default "false" }}
|
||
|
{{ $status_id := .Get "status_id" | default "false" }}
|
||
|
|
||
|
{{ partial "mastodon-api-comments-scripts.html" . }}
|
||
|
<p id="mastodon-api-comments_{{ $status_id }}" class="mastodon-api-comments"></p>
|
||
|
<script type="application/javascript">
|
||
|
fetch_mastodon_api_comments("{{ $instance }}", "{{ $status_id }}");
|
||
|
</script>
|