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