diff --git a/templates/page.html b/templates/page.html index 1795e084..1a318413 100644 --- a/templates/page.html +++ b/templates/page.html @@ -1,10 +1,16 @@ -{% extends "layout.html" %} +{% extends "header.html" %} {% block title %}{{ this.title }}{% endblock %} {% block body %} - - - {{ this.title }} - {{ this.body }} - - + + + + {{ this.title }} + + + + + {{ this.body }} + + + {% endblock %}