{% extends "base.html" %} {% block lang %}{{ article.lang }}{% endblock %} {% block canonical_url_suffix %}{{ article.url }}{% endblock %} {% block title %}{{ article.title|striptags }}{% endblock %} {% block subtitle %} {{ SITENAME }} | {% if article.category %}{{ article.category|title }} | {% endif %} {% if article.authors %} {% for author in article.authors %} {{ author.name }} {% if loop.revindex != 1 %}, {% endif %} {% endfor %} | {% endif %} {{ article.locale_date }} {% endblock subtitle %} {% block content %}
{{ article.content }}
{% if article.tags %} {% endif %} {% if article.prev_article or article.next_article %} {% endif %} {% endblock content %}