{% extends "base.html" %} {% block head %} {{ super() }} {% if article.description %} {% endif %} {% import 'translations_meta.html' as translations_meta with context %} {{ translations_meta.translations_for(article) }} {% for tag in article.tags %} {% endfor %} {% endblock %} {% block title %} {{ article.title }} - {{ SITESEO }} {% endblock %} {% block content %}