diff options
author | Prefetch | 2019-06-08 20:01:43 +0000 |
---|---|---|
committer | Prefetch | 2019-06-08 20:01:43 +0000 |
commit | fe4bd53f01c469ad62848fbc85b06185b9f1e653 (patch) | |
tree | 38d9731003cf2d98ac4000eeff86fc55a17ec093 /templates/page.html |
Create repository
Diffstat (limited to 'templates/page.html')
-rw-r--r-- | templates/page.html | 8 |
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 %} |