From 0bad98adb67e27f9eb08b4f96baecddf7cb0650b Mon Sep 17 00:00:00 2001 From: Daniel Compton Date: Fri, 2 Sep 2022 13:32:29 +1200 Subject: [PATCH] Close p tag in templateinheritance docs --- 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