aboutsummaryrefslogtreecommitdiffstats
path: root/testing/templates/raw-complex.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/templates/raw-complex.html')
-rw-r--r--testing/templates/raw-complex.html5
1 files changed, 5 insertions, 0 deletions
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 %}
+ <span>{{ name }}</span>
+{% endblock %}
+{% endraw %}