diff --git a/templates/base.html b/templates/base.html index 2114a81c..161e72cf 100644 --- a/templates/base.html +++ b/templates/base.html @@ -3,7 +3,7 @@ - {% block title %}{{ title }}{% endblock %} + {% block title %}{% endblock %} diff --git a/templates/page.html b/templates/page.html index 81cc2ced..53398ce5 100644 --- a/templates/page.html +++ b/templates/page.html @@ -1,5 +1,7 @@ {% extends "base.html" %} +{% block title %}{{ page.title }}{% endblock %} + {% block content %}

{{ page.title }}