From c0ccec669363d7757403d2c50c8e6a0934307b04 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Fri, 9 Jun 2017 21:02:27 +0200 Subject: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- kyrias_website/templates/page.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 kyrias_website/templates/page.html (limited to 'kyrias_website/templates/page.html') diff --git a/kyrias_website/templates/page.html b/kyrias_website/templates/page.html new file mode 100644 index 0000000..cca59af --- /dev/null +++ b/kyrias_website/templates/page.html @@ -0,0 +1,27 @@ +{% extends 'base.html' %} + +{% block head %} +{{ page.title }} +{% endblock %} + +{% block content %} +
+
+

{{ page.title }}

+ +
+
+ {{ page.html|safe }} +
+ +
+{% endblock %} -- cgit v1.2.3-54-g00ecf