Scaffold containerized Django/Wagtail app with core features
This commit is contained in:
7
templates/legal/legal_page.html
Normal file
7
templates/legal/legal_page.html
Normal file
@@ -0,0 +1,7 @@
|
||||
{% 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 %}
|
||||
Reference in New Issue
Block a user