{% extends '@TigrisContent/page/show.html.twig' %} {% block body_id %}home{% endblock %} {% block page_content %} {{ render(controller( 'Tigris\\ContentBundle\\Controller\\ElementController::_listAction', { 'request': app.request, 'type': 'slider', 'count': 15 } )) }}

{{ wording('home', 'last news') }}

{{ render(controller('App\\Controller\\ElementController::last', {'type': 'news'})) }}
{% if configs.getConfig('App', 'manifestations') is not empty %}

Evénements {{ 'now'|date('Y') }}

    {% for manifestation in configs.getConfig('App', 'manifestations').value %}
  • {{ manifestation.date|format_datetime('short', 'none') }} {{ manifestation.nom }}
  • {% endfor %}
{% endif %}

Météo

{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}