{% if page.collection == 'tracks' %} Play {{ page.common.title }} by {{ page.common.artist }} | {{ site.title }} {% elsif page.collection == 'albums' %} {% capture namelist %}{% for art in page.artists %}{{ art }}{% unless forloop.last %}, {% endunless %}{% endfor %}{% endcapture %} {% capture artist %}{{ namelist }}{% endcapture %} Play "{{ page.name }}" by {{ artist | uniq }} | {{ site.title }} {% for track in page.tracks %} {% endfor %} {% else %} {{ page.title }} | {{ site.title }} {% endif %}