{% block content %}
FILTERS
{% for song in section.pages %}
{{ song.title }}
{% if song.taxonomies["artist"] %}
{{ song.taxonomies["artist"][0] }}
{% endif %}
html
{% for asset in song.assets %} {% if asset is matching(song.slug~"[.](pdf)$") %}
pdf
{% endif %} {% endfor %}
{% endfor %}
{% endblock %} {% block script %}{% endblock %}