We need to tell it what block we are adding to

This commit is contained in:
HackerNCoder 2022-09-23 00:03:17 +02:00
parent 7f85805e06
commit 1e0dfd2240

View file

@ -1,4 +1,5 @@
{% extends "layout.html" %} {% extends "layout.html" %}
{% include "header.html" %} {% block page %}
{% include 'header.html' %}
<h1>{{ this.name }}</h1> <h1>{{ this.name }}</h1>
{% endblock %} {% endblock %}