11 lines
529 B
HTML
11 lines
529 B
HTML
{{ $instance := .Get "instance" | default "" }}
|
|
{{ $status_id := .Get "status_id" | default "" }}
|
|
|
|
{{ partial "mastodon-api-comments-scripts.html" . }}
|
|
<style type="text/css">.mastodon-api-comment-avatar,.mastodon-api-comment-emoji{height:1em;}</style>
|
|
<div id="mastodon-api-comments_{{ $status_id }}" class="mastodon-api-comments"></div>
|
|
<noscript><p>Comments only work with JavaScript enabled.</p></noscript>
|
|
<script type="application/javascript">
|
|
fetch_mastodon_api_comments("{{ $instance }}", "{{ $status_id }}");
|
|
</script>
|