diff options
Diffstat (limited to '')
-rw-r--r-- | testing/templates/raw-simple.html | 3 |
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 %} |