5. InclusionΒΆ
{% include 'header.html' %}
Body
{% include 'footer.html' %}
{% for box in boxes %}
{% include "render_box.html" %}
{% endfor %}
{% include 'header.html' %}
Body
{% include 'footer.html' %}
{% for box in boxes %}
{% include "render_box.html" %}
{% endfor %}