guitar/templates/macros.html

6 lines
138 B
HTML
Raw Normal View History

2025-02-25 00:03:44 +01:00
{% macro primary_category(song) %}
2025-02-25 00:52:03 +01:00
{%- if song.taxonomies["album"] -%}
{{ song.taxonomies["album"][0] }}
{%- endif -%}
2025-02-25 00:03:44 +01:00
{% endmacro %}