guitar/templates/macros.html

6 lines
140 B
HTML
Raw Permalink Normal View History

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