blob: 25857d901164b58523247b4fef7a558d9f07abe9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{# -*- coding: utf-8 -*- #}
{% macro comment_form(url, title, identifier) %}
<div id="commento"></div>
<script defer src="{{ comment_system_id }}/js/commento.js"></script>
{% endmacro %}
{% macro comment_link(link, identifier) %}
<a href="{{ link }}#commento">{{ messages("Comments") }}</a>
{% endmacro %}
{% macro comment_link_script() %}
{% endmacro %}
|