{% set theme = theme or "light" %} {% set pro_diamond_url = url_for('static', filename='img/diamond.svg') %} {% set avatar_url = url_for('static', filename='img/avatar_profil_BW.png' if theme == 'light' else 'img/avatar_profil_BW-white.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" } } %}