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