## -*- coding: utf-8 -*- <%! import json translations = { 'es': 'es_ES', } %> <%def name="html_disqus(url, title, identifier)"> %if disqus_forum:
%endif %def> <%def name="html_disqus_link(link, identifier)">%if disqus_forum: Comments %endif %def> <%def name="html_disqus_script()"> %if disqus_forum: %endif %def>