From 1e0dfd224045d88b94ffa9b654044cf0b65d2808 Mon Sep 17 00:00:00 2001 From: HackerNCoder Date: Fri, 23 Sep 2022 00:03:17 +0200 Subject: [PATCH] We need to tell it what block we are adding to --- templates/project.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 %}