{%- macro track_title(track) -%} {%- if track.title -%} {{ track.title }} {%- else -%} (untitled) {%- endif -%} {%- endmacro -%} {{album.artist}}: {{album.title}}

{%- if album.album_url -%} {{album.title}} {%- else -%} {{album.title}} {%- endif -%}

by {% if album.artist_url -%} {{album.artist}} {%- else -%} {{album.artist}} {%- endif -%}

 
{%- if album.artwork -%} {%- else -%} {%- endif -%}
{% for track in tracks %} {% endfor %}
{{loop.index}}. {%- if track.filename -%} {{ track_title(track) }} {%- else -%} {{ track_title(track) }} {%- endif -%} {%- if track.artist %}{{ track.artist }}{% endif -%} {%- if track.artwork -%} {{track.artwork|artwork_img(alt="Track art")}} {%- endif -%} {%- if track.lyrics -%} {%- endif -%} {%- if track.about -%} {%- endif -%} {%- if track.duration -%} {%- endif -%}
{% if track.lyrics %}
Lyrics
{{track.lyrics|lyrics}}
{% endif %} {% if track.about %}
About this track
{{track.about|markdown}}
{% endif %}
{% if not theme.hide_footer %} {% endif %}