UNPKG

prettier-plugin-jinja-template

Version:
8 lines (7 loc) 148 B
<html> {% for item in seq %} {% include 'header.html' %} {% include 'body.html' %} {% include 'footer.html' %} {% endfor %} </html>