{% load trionyx %}
{% if component.title %}
{% if component.title|is_component %} {% render_component component.title %} {% else %} {{ component.title }} {% endif %}
{% endif %}
{% for child in component.components %} {% render_component child %} {% endfor %}
{% if component.footer_components %} {% for child in component.footer_components %} {% render_component child %} {% endfor %} {% endif %}