Edited for FR guitar

This commit is contained in:
2025-02-25 00:03:44 +01:00
parent a63225af66
commit 7bc5b1bbb9
33 changed files with 811 additions and 67 deletions

5
templates/macros.html Normal file
View File

@ -0,0 +1,5 @@
{% macro primary_category(song) %}
{%- if song.taxonomies["album"] -%}
{{ song.taxonomies["album"][0] }}
{%- endif -%}
{% endmacro %}