{% extends "base.html" %}
{% block title %}
{% for name, _ in song_info %}{{ name }}{% endfor %}
{% endblock %}
{% set clipmode = "motif" %}
{% block sheet %}{% endblock %}
{% block content %}
{% for name, name_jp in song_info %}
{{ name }}
{% endfor %}
{% for track, _, _, album_code in album_info %}
{% if not loop.last %}{% endif %}
{% endfor %}
{{name_jp}}
{% endif %}
{% endfor %}