1 2 3 4 5 6 7
{% if not module.is_empty %} {% block module_content %} {% for child in module.children %} {{ child }} {% endfor %} {% endblock %} {% endif %}