mirror of
https://github.com/gantry/gantry5.git
synced 2026-08-19 01:15:04 -05:00
10 lines
379 B
Twig
10 lines
379 B
Twig
{% extends ['@nucleus/module-chrome/' ~ style ~ '.html.twig', '@nucleus/module-chrome/gantry.html.twig'] %}
|
|
|
|
{% block title %}
|
|
{{ segment.title }}
|
|
{% endblock %}
|
|
|
|
{% block module %}
|
|
{% include '@nucleus/content/' ~ segment.type ~ '.html.twig' with { segment: {type: segment.type, subtype: segment.options.type, attributes: segment.options.attributes }} %}
|
|
{% endblock %}
|