Basic styling for song-list
All checks were successful
Build / build (push) Successful in 5m31s

This commit is contained in:
2024-02-06 19:49:24 +01:00
parent 1ba00b087d
commit 51f29734ee
3 changed files with 45 additions and 5 deletions

5
templates/macros.html Normal file
View File

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