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

{{ page.title }}

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