aboutsummaryrefslogtreecommitdiff
path: root/tests/data/01/base.tmpl
diff options
context:
space:
mode:
authorDanny van Kooten <dannyvankooten@users.noreply.github.com>2020-03-18 15:14:36 +0100
committerDanny van Kooten <dannyvankooten@users.noreply.github.com>2020-03-18 15:14:36 +0100
commit0f083050e18858c8142efcab1f40661825ade64a (patch)
tree929458dd6a7b372283222bfa1f9e247ff42e4fa7 /tests/data/01/base.tmpl
parenta13b511a582e0414476b810d2a0096dae088ee78 (diff)
downloadunja-0f083050e18858c8142efcab1f40661825ade64a.tar.gz
unja-0f083050e18858c8142efcab1f40661825ade64a.zip
add whitespace control for statements
Diffstat (limited to 'tests/data/01/base.tmpl')
-rw-r--r--tests/data/01/base.tmpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/data/01/base.tmpl b/tests/data/01/base.tmpl
index 6ca89cb..241c78c 100644
--- a/tests/data/01/base.tmpl
+++ b/tests/data/01/base.tmpl
@@ -1,9 +1,9 @@
Header
-{% block content %}
+{%- block content %}
Content
-{% endblock %}
+{%- endblock %}
-{% block footer %}
+{%- block footer %}
Footer
-{% endblock %} \ No newline at end of file
+{%- endblock -%} \ No newline at end of file