diff --git a/templates/project.html b/templates/project.html index d1fc288..53ed73e 100644 --- a/templates/project.html +++ b/templates/project.html @@ -1,4 +1,5 @@ {% extends "layout.html" %} -{% include "header.html" %} +{% block page %} +{% include 'header.html' %}

{{ this.name }}

{% endblock %}