Newer
Older
pre-www / src / index.twig
@EcosistemaWebIuav EcosistemaWebIuav on 15 Apr 213 bytes feat: homepage, sitemap, blocco alert,
{% extends "./layout/base.twig" %}

{% block content %}

    {% for block in post_type.pages[0].blocks %}
        {% include './blocks/'~block.key~'.twig' with {'block': block } %}
    {% endfor %}

{% endblock %}