prettier-plugin-askama-temp.../test/cases/statement_non_closing/input.html
2022-11-18 20:05:06 +01:00

7 lines
No EOL
131 B
HTML

<html>
{% for item in seq %}
{% include 'header.html' %}
{% include 'body.html' %}
{% include 'footer.html' %}
{% endfor %}
</html>