{% extends 'base.html.twig' %} {% block metaTitle %}Music - Artistes{% endblock %} {% block body %} {% include 'embed/breadcrumb/breadcrumb.html.twig' with {'items': {'home': {'active': false, 'path': 'homepage', 'label': 'Kollect'}, 'artists': {'active': false, 'path': 'artists', 'label': 'Artistes'}, 'artists_create': {'active': true, 'path': '', 'label': 'Nouvel artiste'} }} %}

Créer un artiste

{% include 'embed/alerts/alerts.html.twig' %} {% include 'music/artist/embed/form.html.twig' %} {% endblock %}