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

{{ article.title|striptags}}


{% if article.modified %} Updated: {{ article.locale_modified }}
{% endif %}
{{ article.content }}
{% endblock %}