{% extends "base.html" %} {% block head %} {{ super() }} {% for keyword in article.keywords %} {% endfor %} {% for description in article.description %} {% endfor %} {% for tag in article.tags %} {% endfor %} {% endblock %} {% block pagetitle %} {{ article.title }} {% endblock %} {% block content %} {#
#} {% import 'translations.html' as translations with context %} {{ translations.translations_for(article) }} {#
#}
{{ article.content }}
{#
#} {% endblock %}