{% include 'header.html' %}
{% for component_key, component_attr in components.items() %} {% if 'html' == component_key[:4] %} {{component_attr | safe }} {% else %}

{% endif %} {% endfor %}