{% extends "base.html" %} {% load static wagtailcore_tags %} {% block content %}

{{ page.title }}

{% if page.date %}
{{ page.date }}
{% endif %} {% if page.location %}
{{ page.location }}
{% endif %} {% if page.author %}
{{ page.author }}
{% endif %}
{{ page.content|richtext }}
{% endblock content %}