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

{{ page.title }}

{{ page.date }}
{% if page.author %}
{{ page.author }}
{% endif %}

{{ page.perex }}

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