prettier-plugin-askama-temp.../test/cases/statement_non_closing/input.html

7 lines
131 B
HTML
Raw Normal View History

2022-11-18 22:05:06 +03:00
<html>
{% for item in seq %}
{% include 'header.html' %}
{% include 'body.html' %}
{% include 'footer.html' %}
{% endfor %}
</html>