{% extends "base.html" %} {% block title %}{{ name }}{% endblock %} {% block content %}

{{ name }}

{% for track, _, _, album_code in album_info %} {{ album_code }}{% if not loop.last %}, {% endif %} {% endfor %}

Artist:

Album:

Motifs Used:

{% endblock %}