From a31f676b46a4d904954b8b7227dcde779aedca54 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Mon, 5 Dec 2022 19:21:00 -0700 Subject: Policy pages and signup tests. Fixes #113 --- templates/flatpage.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 templates/flatpage.html (limited to 'templates/flatpage.html') diff --git a/templates/flatpage.html b/templates/flatpage.html new file mode 100644 index 0000000..b24a6b8 --- /dev/null +++ b/templates/flatpage.html @@ -0,0 +1,8 @@ +{% extends "base.html" %} + +{% block title%}{{ title }}{% endblock %} + +{% block content %} +

{{ title }}

+ {{ content }} +{% endblock %} -- cgit v1.2.3