8 lines
179 B
HTML
Executable File
8 lines
179 B
HTML
Executable File
{% if not module.is_empty %}
|
|
{% block module_content %}
|
|
{% for child in module.children %}
|
|
{{ child }}
|
|
{% endfor %}
|
|
{% endblock %}
|
|
{% endif %}
|