{{ article.title }} {%if article.subtitle %} {{ article.subtitle }} {% endif %}
{% set day = article.date.strftime('%d')|int %}{{article.summary|striptags}}
{% extends 'base.html' %} {% block title %} {{ super() }} {% endblock title %} {% block content %}
{{article.summary|striptags}}