{# # Barre de navigation secondaire Promptly # # Paramètres : # activeTab string 'library' | 'my-prompts' #} {% set isLibrary = activeTab == 'library' %} {% set isMyPrompts = activeTab == 'my-prompts' %}
{# Onglets #}
{% include '_atoms/icon/icon.html.twig' with { name: 'book-open', size: 'sm', color: 'current' } only %} Bibliothèque {% include '_atoms/icon/icon.html.twig' with { name: 'folder', size: 'sm', color: 'current' } only %} Mes prompts
{# CTA principal — toujours visible #} {% include '_atoms/button/button.html.twig' with { label: 'Nouveau prompt', variant: 'primary', size: 'md', icon: 'plus', href: path('app_promptly_create_page') } only %}