removeddit/templates/thread.html
2017-09-03 22:41:05 +02:00

10 lines
No EOL
433 B
HTML

<div id="loading-comments" class="loading-comments"></div>
<script src="https://cdn.rawgit.com/JubbeArt/removeddit/5a25b161/static/snuownd.js"></script>
<script>
const thread_id = "{{ .ThreadID }}";
const token = "{{ .Token }}";
const subreddit = "{{ .Subreddit }}";
const all_ids = {{ .CommentIDs }};
</script>
<script src="/static/script.js"></script>
<!--https://cdn.rawgit.com/JubbeArt/removeddit/5a25b161/static/script.js-->