diff --git a/templates/adoc_content.html b/templates/adoc_content.html index 2f9d43c2..f5be8a99 100644 --- a/templates/adoc_content.html +++ b/templates/adoc_content.html @@ -2,10 +2,11 @@ {% load i18n %} {% load static %} -{% block title %}{% trans "help" %}{% endblock %} +{% block title %}Blah{% endblock %} {% block content %} -
{{ content|safe }}
+ + blah {% endblock %} {% block styles %}{% endblock %} diff --git a/templates/includes/_footer.html b/templates/includes/_footer.html index 70ded540..53dd43d5 100644 --- a/templates/includes/_footer.html +++ b/templates/includes/_footer.html @@ -3,13 +3,13 @@