{% macro render(o, alt = false) %} {% import "Macros/button.html.twig" as button %} {% import "Macros/productHeader.html.twig" as header %}
{{ header.render(o.icon) }}

{{o.label}}

{{o.type}}
{{o.object}}
{% if not alt %} {{button.render(path("insurance",{slug:o.slug}))}} {% endif %}
{% endmacro %}