{% extends "base.jinja" %} {% block title %} {% for name, _, _ in song_info %}{{ name }}{% endfor %} {% endblock %} {% set clipmode = "motif" %} {% block sheet %}{% endblock %} {% block content %}
Song Icon {% for name, name_jp, _ in song_info %}

{{ name }}

{% endfor %}

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

{% for name, name_jp, _ in song_info %} {% if name_jp %}

{{name_jp}}

{% endif %} {% endfor %}

Artist:

Album:

{% for _, _, location in song_info %} {% if location %}

Appearances:

{{ location }}

{% endif %} {% endfor %} {% if clip_info %}

Motifs Featured:

{% else %}

No connections yet. Suggest one?

{% endif %}
{% endblock %}