{% extends "3_column.html" %} {% load wagtailcore_tags %} {% block main_classes %}{{ block.super }} article{% endblock %} {% block aside %} {% if tagline %}
"{{ tagline }}"
{% endif %} {% if published %}

Published {{ published }}

{% endif %} {% if updated %}

Updated {{ updated }}

{% endif %} {% comment %} {% if page.tags %}

Tagged: {% for tag in page.tags.all %}{{ tag }}{% if not forloop.last %}, {% endif %}{% endfor %}

{% endif %} {% endcomment %} {% endblock %} {% block article %}

{{ page.title }}

{{ page.content }} {% endblock %} {% block nav %}
{% endblock %}