{% 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 translation %} {% import 'translations.html' as translations with context %} {{ translations.translations_for(article) }} {% endblock %} {% block content_title %}