diff options
Diffstat (limited to 'dev-random2/templates/page.html')
-rw-r--r-- | dev-random2/templates/page.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dev-random2/templates/page.html b/dev-random2/templates/page.html new file mode 100644 index 0000000..b52c807 --- /dev/null +++ b/dev-random2/templates/page.html @@ -0,0 +1,8 @@ +{% extends "base.html" %} + +{% block title %}{{ super() }} — {{ page.url }}{% endblock title %} + +{%- block content %} + <h1>{{ page.title }}</h1> + {{ page.content }} +{% endblock content -%} |