{% extends "base.html" %} {% block head %} {{ super() }} {% if article.description %} {% endif %} {% endblock %} {% block content %}

{{ article.title }}

A about published on
{{ article.content }}
{% endblock %}