diff options
Diffstat (limited to 'templates/page.html')
| -rw-r--r-- | templates/page.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/templates/page.html b/templates/page.html index e027d8f..f0f9556 100644 --- a/templates/page.html +++ b/templates/page.html @@ -1,5 +1,8 @@ -{% extends "base.html" %} {% block title %}{{ page.title }} - {{ config.title -}}{% endblock title %} {% block content -%} +{% extends "base.html" %} + +{% block title %}{{ page.title }} - {{ config.title }}{% endblock title %} + +{% block content-%} <h1>{{ page.title }}</h1> <div class="metadata"> |
