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

{{ page.title }}

{{ page.date }}
{% if page.author_page %}
{{ page.author_page.title }}
{% elif page.author %}
{{ page.author }}
{% endif %}

{{ page.perex }}

{{ page.content|richtext }}
{% endblock content %}