diff --git a/templates/index.html b/templates/index.html index 4a11073..adb3741 100644 --- a/templates/index.html +++ b/templates/index.html @@ -77,11 +77,6 @@
diff --git a/templates/page.html b/templates/page.html index 8a54463..2fbfc59 100644 --- a/templates/page.html +++ b/templates/page.html @@ -1,4 +1,4 @@ -{% extends "index.html" %} +{% extends "base.html" %} {% block title %}{{ page.title }}{% endblock title %} {% endfor %} - -