X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/083b853a6ee8cad7bf0336e2b0c05595c2f7d87d..f1a49dcfca87a10c423b0b19a581962468e8d690:/templates/page.html diff --git a/templates/page.html b/templates/page.html index dc7c00ec0..492918619 100644 --- a/templates/page.html +++ b/templates/page.html @@ -2,9 +2,9 @@ {% set title = config.name %} {% block content %}
-

{{ title }}

+

{{ page.title }}

- {{ content }} + {{ page.content }}

{% endblock %} \ No newline at end of file