aboutsummaryrefslogtreecommitdiffstats
path: root/theme/templates/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'theme/templates/page.html')
-rw-r--r--theme/templates/page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/page.html b/theme/templates/page.html
index 5ceb779..100cd04 100644
--- a/theme/templates/page.html
+++ b/theme/templates/page.html
@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% block title %}{{ page.title }}{%endblock%}
+{% block pagetitle %}{{ page.title }}{% endblock %}
{% block content %}
- <h1>{{ page.title }}</h1>
{% import 'translations.html' as translations with context %}
{{ translations.translations_for(page) }}