{% macro toc_text(toc_items) %}
{% for title, id_tag in toc_items -%} {%- endfor %}
{% endmacro %} {% macro event_cards(events, homepage=False) %}
{% endmacro %} {% macro fixed_action(place='', icon='add') %}
S'abonner à l'agenda
{% endmacro %} {% macro pagination(paginator, name) %}
{% endmacro %} {% macro tabs() %} {% if page.menu_item in site.nav_items %}
{% endif %} {% endmacro %} {% macro ical_action(title) %} {% if page.ical_url %} {% call fixed_action(icon="event") %}

{{ title }}

Ajouter cette URL aux abonnements de votre calendrier électronique :
{{ page.ical_url }}
{% endcall %} {% endif %} {% endmacro %}