Files
main-site/templates/legal/legal_page.html

8 lines
196 B
HTML

{% extends 'base.html' %}
{% load wagtailcore_tags %}
{% block content %}
<h1>{{ page.title }}</h1>
<p>Last updated: {{ page.last_updated|date:'F Y' }}</p>
{{ page.body|richtext }}
{% endblock %}