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