blob: 951553e415c6c3af3004f4e040bcc6104e1c723c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
## -*- coding: utf-8 -*-
<%def name="comment_form(url, title, identifier)">
<a class="moot" href="https://moot.it/i/${comment_system_id}/${identifier}">${comment_system_id} forums</a>
</%def>
<%def name="comment_link(link, identifier)">
</%def>
<%def name="comment_link_script()">
<script src="https://cdn.moot.it/1/moot.min.js"></script>
</%def>
|