{% 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 %} {{ page.author_page.title }} {% elif page.author %} {{ page.author }} {% endif %} {{ page.content|richtext }} {% endblock %}