diff options
Diffstat (limited to 'templates/page.html')
| -rw-r--r-- | templates/page.html | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/templates/page.html b/templates/page.html index f0f9556..c29d871 100644 --- a/templates/page.html +++ b/templates/page.html @@ -1,8 +1,4 @@ -{% 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"> |
