{%- extends 'park/base.html.twig' -%} {% block importmap %}{{ importmap(['app','post-list']) }}{% endblock %} {%- set pageTitle -%}Les Actualités
{{ park.prefixedName }}{% endset %} {%- block body -%}

{{ park.name }} {{ ux_icon('bi:chevron-right', {class:'text-tertiary', height:'18',width:'18', 'aria-label': 'Business Profile'}) }} Actualités

Filtres {{ ux_icon('bi:chevron-down', {class:'text-white', height:'16',width:'16'}) }}
{{ include('park/components/postListFilterForm.default.html.twig',{postListFilterForm:postListFilterForm}) }}
{%- endblock -%}