{% extends "base.html" %} {% set has_right = True %} {% block html_lang %}{{ article.lang }}{% endblock html_lang %} {% block title %} {{ article.title|striptags|e }} {% endblock title %} {% block head %} {% import 'translations.html' as translations with context %} {{ translations.entry_hreflang(article) }} {% if article.tags %} {% endif %} {% endblock head %} {% block meta_description %} {{ m.render_meta_description(article) }} {% endblock meta_description %} {% block top_center %}