diff --git a/templates/layout.html b/templates/layout.html index 92e5958..500fce9 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -23,7 +23,7 @@ } {{ highlight_css }} -{% block headers %}{% endblock %} +{% block header %}{% endblock %} {% if logged_in %} diff --git a/templates/lists.html b/templates/lists.html index 106323c..5ed5b6f 100644 --- a/templates/lists.html +++ b/templates/lists.html @@ -1,7 +1,7 @@ {% extends "layout.html" %} {% import 'utils.html' as utils %} {% block title %}Lists - {{ config.NAME }}{% endblock %} -{% block headers %} +{% block header %} {% endblock %} {% block content %} diff --git a/templates/login.html b/templates/login.html index 300b866..717dfdc 100644 --- a/templates/login.html +++ b/templates/login.html @@ -1,7 +1,7 @@ {% extends "layout.html" %} {% import 'utils.html' as utils %} {% block title %}Login - {{ config.NAME }}{% endblock %} -{% block headers %} +{% block header %}