From ef3e840ac4874e52aa52da6ed5f0afddafa61d1a Mon Sep 17 00:00:00 2001 From: René Kijewski Date: Tue, 12 Oct 2021 19:24:40 +0200 Subject: Allow whitespace trimming in {{raw}} blocks --- testing/templates/raw-ws.html | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 testing/templates/raw-ws.html (limited to 'testing/templates/raw-ws.html') diff --git a/testing/templates/raw-ws.html b/testing/templates/raw-ws.html new file mode 100644 index 0000000..d590be7 --- /dev/null +++ b/testing/templates/raw-ws.html @@ -0,0 +1,2 @@ +<{% raw -%} {{hello}} {%- endraw %}> +< {%- raw %}{{bye}}{% endraw -%} > -- cgit