summaryrefslogtreecommitdiff
path: root/templates/page.html
diff options
context:
space:
mode:
authorPrefetch2019-06-08 20:01:43 +0000
committerPrefetch2019-06-08 20:01:43 +0000
commitfe4bd53f01c469ad62848fbc85b06185b9f1e653 (patch)
tree38d9731003cf2d98ac4000eeff86fc55a17ec093 /templates/page.html
Create repository
Diffstat (limited to 'templates/page.html')
-rw-r--r--templates/page.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/page.html b/templates/page.html
new file mode 100644
index 0000000..ce0155e
--- /dev/null
+++ b/templates/page.html
@@ -0,0 +1,8 @@
+{% extends "index.html" %}
+{% block title %}
+ {{ config.title }} | {{ page.title }}
+{% endblock title %}
+{% block content %}
+ <center><h3> {{ page.title }} </h3></center>
+ {{ page.content | safe }}
+{% endblock content %}