diff options
Diffstat (limited to 'templates/page.html')
-rw-r--r-- | templates/page.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/page.html b/templates/page.html index 61e8811..a3a03dc 100644 --- a/templates/page.html +++ b/templates/page.html @@ -3,11 +3,6 @@ {% block title %}{{ page.title }} | {{ super() }} {% endblock title %} -{% block header %} -<header class="box-shadow"> - {{ macros::render_header() }} -</header> -{% endblock header %} {% block content %} <div class="heading-text">{{ page.description }}</div> |