aboutsummaryrefslogtreecommitdiffstats
path: root/testing/templates/raw-simple.html
diff options
context:
space:
mode:
authorLibravatar Pavel Fokin <fokinpv@gmail.com>2019-04-11 07:48:38 +0300
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2019-04-18 09:38:39 +0200
commite29792e90ce438875a13becdeb9c030b1d3132e4 (patch)
tree769e7a997231beeac0af279dd985a54b209498ae /testing/templates/raw-simple.html
parent3825a2bb5ac6f1ad08b6b5d796d4271e4a38761e (diff)
downloadaskama-e29792e90ce438875a13becdeb9c030b1d3132e4.tar.gz
askama-e29792e90ce438875a13becdeb9c030b1d3132e4.tar.bz2
askama-e29792e90ce438875a13becdeb9c030b1d3132e4.zip
WIP: Add raw block
Diffstat (limited to 'testing/templates/raw-simple.html')
-rw-r--r--testing/templates/raw-simple.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/templates/raw-simple.html b/testing/templates/raw-simple.html
new file mode 100644
index 0000000..125a0b5
--- /dev/null
+++ b/testing/templates/raw-simple.html
@@ -0,0 +1,3 @@
+{% raw %}
+<span>{{ name }}</span>
+{% endraw %}