{% extends 'base.html' %} {% block head %} {% include 'modules/article_seo.html' %} {% endblock %} {% block main %} {% if article_type == 1 %} {% include 'modules/top.html' %} {% include 'modules/nav.html' %} {% endif %}

{{ article.title|escape }}

{{ article.created|formatDate }}
{% if article.hasVideo %}
{% endif %} {% if article.hasAudio %} {% endif %} {{ content_html }}
{% include 'modules/article_tags.html' %} {% endblock %}