diff options
Diffstat (limited to 'templates/page.html')
| -rw-r--r-- | templates/page.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/page.html b/templates/page.html index 88c852e..71bfee2 100644 --- a/templates/page.html +++ b/templates/page.html @@ -1,5 +1,9 @@ {% extends "base.html" %} +{% block title -%} +{{ section.title }} | {{ config.title }} +{%- endblock title %} + {% block content %} {{ section.content | safe }} {% endblock content %} |
