diff --git a/templates/page.html b/templates/page.html index aeb627e..fa7fe63 100644 --- a/templates/page.html +++ b/templates/page.html @@ -1,7 +1,7 @@ {% extends "template.html" %} +{% block title %}{{ page.title }}{% endblock %} {% block content %} -

{{ page.title }}

{{page.html|safe }}


-  {{ page.author }} — {{ format_date_string(page.date) }} + {{ page.author }} — {{ format_date_string(page.date) }} {% endblock %}