{% macro feather_link(url, url_title, feather_style) -%} {%- endmacro -%} {% macro edit_link(url) -%} {{ feather_link(url, 'Modifier', 'edit') }} {%- endmacro -%} {% macro delete_link(url) -%} {{ feather_link(url, 'Supprimer', 'trash-2') }} {%- endmacro -%}