diff --git a/templates/base.html b/templates/base.html index 9996403..9ff0b43 100644 --- a/templates/base.html +++ b/templates/base.html @@ -60,6 +60,9 @@ {%- endblock %} {%- block extra_head %}{% endblock %} + + + diff --git a/templates/content.html b/templates/content.html index 44b2e74..7bc8132 100644 --- a/templates/content.html +++ b/templates/content.html @@ -9,16 +9,15 @@ {%- endblock content -%} {%- block footer %} -
- +
+ {% endblock footer -%} diff --git a/templates/note-page.html b/templates/note-page.html deleted file mode 100644 index 1f66da9..0000000 --- a/templates/note-page.html +++ /dev/null @@ -1,24 +0,0 @@ -{% extends "base.html" %} - -{% block content %} -
-

{{ page.title }}

- - {{ page.content | safe }} -
-{%- endblock content -%} - -{%- block footer %} -
- -{% endblock footer %}