Files
edlp_d8/web/modules/custom/edlp_home/templates/edlp-home.html.twig
T
2020-07-20 15:43:57 +02:00

36 lines
584 B
Twig

{# presentation #}
{# last_fil #}
{# last_production #}
{% if nodes_statics %}
{% for node in nodes_statics %}
{{ node.build }}
{% endfor %}
{% endif %}
{% if nodes_prods %}
{% for node in nodes_prods %}
{{ node.build }}
{% endfor %}
{% endif %}
{% if lastdocs %}
{{ lastdocs }}
{% endif %}
{% if agenda %}
{{ agenda }}
{% endif %}
{% if collection_link_rendered %}
{{ collection_link_rendered }}
{% endif %}
{% if production_link_rendered %}
{{ production_link_rendered }}
{% endif %}
{% if agenda_link_rendered %}
{{ agenda_link_rendered }}
{% endif %}