{% extends "base.html" %} {% block metadesc %}{{ article.description|e }}{% endblock %} {% block nav %} Blog{{ article.category }} ›{{ article.title }} {% endblock %} {% block content %} {{ super() }}

{{ article.title }}

{% import 'translations.html' as translations with context %} {{ translations.translations_for(article) }}
{{ article.content }}
{% endblock %}