{{ article.title }}
{% if article.toc %}
{% endif %}
{{ article.content }}
{% extends "base.html" %} {% block html_lang %}{{ article.lang }}{% endblock %} {% block head %} {% block title %}
{{ _('Comentarios') }}
{% if comment.avatar %}
{% else %}
{% endif %}
{{ comment.author }}
{% else %}{{ comment.author }}
{% endif %} {{ comment.content }} {{ _('Enlace Permanente') }} | {{ comment.date|strftime("%H:%M:%S") }}