{% extends "base.html" %} {% block title %}{{ SITENAME }} - {{ article.title|striptags }}{% endblock %} {% block head %} {{ super() }} {% if article.date %} {% endif %} {% if article.summary %} {% endif %} {% if article.category %} {% endif %} {% for tag in article.tags %} {% endfor %} {% endblock %} {% block content %}

← Return to Home

{{ article.title }}

{{ article.summary }}

{{ article.locale_date }} {% if article.modified %} — updated {{ article.locale_modified }} {% endif %}


{{ article.content }}
{% endblock %}