From 133e75c2869cb68c933f4e493df01074efea3d11 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Mon, 25 Mar 2024 18:30:50 +0100 Subject: [PATCH] fix broken HTML markup Close the opened

Tag. --- docs/patterns/templateinheritance.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/patterns/templateinheritance.rst b/docs/patterns/templateinheritance.rst index bb5cba27..5a6743dd 100644 --- a/docs/patterns/templateinheritance.rst +++ b/docs/patterns/templateinheritance.rst @@ -59,6 +59,7 @@ A child template might look like this:

Index

Welcome on my awesome homepage. +

{% endblock %} The ``{% extends %}`` tag is the key here. It tells the template engine that