From 5cad82f38e800a42717284f20e7e0923add1e32f Mon Sep 17 00:00:00 2001 From: max Date: Mon, 11 Dec 2023 16:43:16 +0200 Subject: Allow included templates to `extend`, `import`, and `macro` Signed-off-by: max --- testing/templates/include-extends-base.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 testing/templates/include-extends-base.html (limited to 'testing/templates/include-extends-base.html') diff --git a/testing/templates/include-extends-base.html b/testing/templates/include-extends-base.html new file mode 100644 index 0000000..7a54ca0 --- /dev/null +++ b/testing/templates/include-extends-base.html @@ -0,0 +1,6 @@ +
+

Below me is the header

+ {% block header %}{% endblock %} +

Above me is the header

+
+Hello, {{ name }}! -- cgit