Files
guitar/templates/macros.html
T
2025-02-25 00:52:03 +01:00

6 lines
138 B
HTML

{% macro primary_category(song) %}
{%- if song.taxonomies["album"] -%}
{{ song.taxonomies["album"][0] }}
{%- endif -%}
{% endmacro %}