X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/40f9bf597ae1f229d3935076ac41bd7f6cc82121..7e59dd2d01bcda58a796cb111aa7c51d8a070ca8:/templates/base.html diff --git a/templates/base.html b/templates/base.html index cc24a1d51..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" %}