{% extends "base.html" %} {% block title %}{{ article.title }}{% endblock %} {% block head %} {{ super() }} {% for keyword in article.keywords %} {% endfor %} {% if description %} {% elif article.headline %} {% elif article.summary %} {% endif %} {% for author in article.authors %} {% endfor %} {% for tag in article.tags %} {% endfor %} {% include 'partials/og_article.html' %} {% include 'partials/jsonld_article.html' %} {% endblock %} {% block header %}