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