{% extends 'base.html' %} {% block head %} {% include 'modules/post_seo.html' %} {% endblock %} {% block main %}

{{ article.title|escape }}

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