From e29792e90ce438875a13becdeb9c030b1d3132e4 Mon Sep 17 00:00:00 2001 From: Pavel Fokin Date: Thu, 11 Apr 2019 07:48:38 +0300 Subject: WIP: Add raw block --- testing/templates/raw-complex.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 testing/templates/raw-complex.html (limited to 'testing/templates/raw-complex.html') diff --git a/testing/templates/raw-complex.html b/testing/templates/raw-complex.html new file mode 100644 index 0000000..c3e5a7a --- /dev/null +++ b/testing/templates/raw-complex.html @@ -0,0 +1,5 @@ +{% raw %} +{% block name %} + {{ name }} +{% endblock %} +{% endraw %} -- cgit