{% load trionyx %}
{% if component.title %}{{ component.title }}{% else %}{{component.object}}{% 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 %}