X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/46fe7e795f1bfea0c46bc63b56747bb5f63e196b..4ce105d6eed9dea27f819010d0d81f04e2ea90f8:/templates/page.html diff --git a/templates/page.html b/templates/page.html index 492918619..71328303d 100644 --- a/templates/page.html +++ b/templates/page.html @@ -1,10 +1,8 @@ {% extends "base.html" %} -{% set title = config.name %} +{% set title = page.title %} {% block content %}
-

{{ page.title }}

-

- {{ page.content }} -

+

{{ page.title }}

+ {{ page.content }}
-{% endblock %} \ No newline at end of file +{% endblock %}