{% set current_endpoint = request.path.split("/")[-1] %} {% set pro_diamond_url = url_for('static', filename='img/diamond.svg') %} {% set avatar_url = url_for('static', filename='img/avatar_profil_BW.png') %} {% set plugin_types = { "core": { "icon": "", "title-class": " border-dark" }, "external": { "icon": "", "title-class": " border-secondary", "text-class": " text-secondary fw-bold" }, "ui": { "icon": "", "title-class": " border-secondary", "text-class": " text-secondary" }, "pro": { "title-class": " border-primary", "text-class": " text-primary fw-bold shine" } } %}