X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/512215acef34e4608a73f2928fb62401cf9402cd..451d7720c831e134f2e860ddfe1138d1e92340ef:/templates/page.html diff --git a/templates/page.html b/templates/page.html index f1e26557c..ab0a7a1ef 100644 --- a/templates/page.html +++ b/templates/page.html @@ -1,10 +1,9 @@ {% extends "base.html" %} {% set title = page.title %} +{% set robots = page.robots %} {% block content %}
-

{{ page.title }}

-

- {{ page.content }} -

+

{{ page.title }}

+ {{ page.content }}
{% endblock %}