GravTheme/templates/modular.html.twig

9 lines
225 B
Plaintext
Raw Normal View History

2023-09-15 12:31:14 +00:00
{% extends 'partials/base.html.twig' %}
{% block content %}
{% for module in page.collection() %}
<!-- MODULE START -->
{{ module.content|raw }}
<!-- MODULE END -->
{% endfor %}
{% endblock %}