X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/05cf1c19e125d6602041376768e4a9bdb5dfd4d2..247c2c433d23c40db595200402bba2537e5537c1:/templates/page.html diff --git a/templates/page.html b/templates/page.html index 098f9e988..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 %}
-

{{ pages.title }}

-

- {{ pages.content }} -

+

{{ page.title }}

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