X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/e2093f20d25c5aeb058d468e1f2041ffbc1141f3..10d8f58adb6dbad69a32dc2d5cff2fe96943680b:/templates/base.html diff --git a/templates/base.html b/templates/base.html index 2a7e99ad1..e9e20f95c 100644 --- a/templates/base.html +++ b/templates/base.html @@ -5,24 +5,25 @@ - + + - {{ title }} + {% block title %}{{ title }} - {{ config.name }}{% endblock %} + + -
- {% block content %}{% endblock %} -
+ {% block content %}{% endblock %}
- {% include "footer.html" %} + {% include "footer.html" %}
{% include "analytics.html" %}