{% extends "base.html" %} {% block head %} {{ super() }} {% if article.description %} {% endif %} {% for tag in article.tags %} {% endfor %} {% endblock %} {% block content %}

{{ article.title }}

{{article.headline}}

{{ article.date | strftime('%b') }} {{ article.date | strftime('%d') }} {{ article.date | strftime('%Y') }}
 
{{ article.content }}
{% endblock %}