{% extends "base.html" %} {% block head %} {{ super() }} {% if article.description %} {% endif %} {% endblock %} {% block content %} {{ article.title }} A {{ article.category }} about {% for tag in article.tags %} {{ tag }} {% endfor %} published on {{ article.date }} {{ article.content }} {% endblock %}