X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/0a60693f3fa1f424b636eb2b5d2c7ff397c7fd1e..9800f176d300c21821dc2e99cff290ffdc7084ba:/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" %}