diff --git a/templates/page.html b/templates/page.html index 9ad70e0..4f4326b 100644 --- a/templates/page.html +++ b/templates/page.html @@ -1,4 +1,17 @@ {% extends "after-dark/templates/page.html" %} + +{% block content %} +{% if 'tils' in page.path %} + +{% endif %} +{{ super() }} +{% endblock %} + {% block extra_footer %}