diff --git a/templates/index.html b/templates/index.html index 18b5940..1af6392 100644 --- a/templates/index.html +++ b/templates/index.html @@ -16,9 +16,9 @@
- {% set id = namespace(value=0) %} - {% for question in content %} - {% set id.value = id.value + 1 %} + {%- set id = namespace(value=0) %} + {%- for question in content %} + {%- set id.value = id.value + 1 %}
@@ -26,7 +26,7 @@
- {% endfor %} + {%- endfor %}