{% extends 'base.html' %} {% block header %}

{% block title %}Ajouter une partition à {{ album.name }}{% endblock %}

{% endblock %} {% block content %}
Titre* Auteur Paroles {% if partition_uuid %} {% else %} {% endif %}
{% endblock %}