{% if page.collection == 'posts' %} {% if page.category == 'releases' %} {% if page.check_this_if_cannot_be_bought == false %}

Get this release

{% for shop in page.stores %} {% if shop.download == true %} {{ shop.name }} {% endif %} {% endfor %}

Stream it, follow, like and subscribe!

{% for shop in page.stores %} {% if shop.download != true %} {{ shop.name }} {% endif %} {% endfor %}
{% else %}

This release can't be bought

Stream, follow, like and subscribe!

{% for shop in site.data.stores %} {% if shop.download == true %} {{ shop.name }} {% endif %} {% endfor %}

 

{% for shop in site.data.stores %} {% if shop.download != true %} {{ shop.name }} {% endif %} {% endfor %}
{% endif %} {% endif %} {% elsif page.collection == 'tracks' %} {% for post in site.posts %} {% if post.album == page.albumSlug %} {% if post.check_this_if_cannot_be_bought == false %}

Get this track

{% for shop in post.stores %} {% if shop.download == true %} {{ shop.name }} {% endif %} {% endfor %}

Stream it, follow, like and subscribe!

{% for shop in post.stores %} {% if shop.download != true %} {{ shop.name }} {% endif %} {% endfor %}
{% else %}

This track can't be bought

Stream, follow, like and subscribe!

{% for shop in site.data.stores %} {% if shop.download == true %} {{ shop.name }} {% endif %} {% endfor %}

 

{% for shop in site.data.stores %} {% if shop.download != true %} {{ shop.name }} {% endif %} {% endfor %}
{% break %} {% endif %} {% endif %} {% endfor %} {% elsif page.collection == 'albums' %} {% for post in site.posts %} {% if post.album == page.slug %} {% if post.check_this_if_cannot_be_bought == false %}

Get this album

{% for shop in post.stores %} {% if shop.download == true %} {{ shop.name }} {% endif %} {% endfor %}

Stream it, follow, like and subscribe!

{% for shop in post.stores %} {% if shop.download != true %} {{ shop.name }} {% endif %} {% endfor %}
{% else %}

This album can't be bought

Stream, follow, like and subscribe!

{% for shop in site.data.stores %} {% if shop.download == true %} {{ shop.name }} {% endif %} {% endfor %}

 

{% for shop in site.data.stores %} {% if shop.download != true %} {{ shop.name }} {% endif %} {% endfor %}
{% break %} {% endif %} {% endif %} {% endfor %} {% else %}

Support {{ site.name }}

Stream, follow, like and subscribe!

{% for shop in site.data.stores %} {% if shop.download == true %} {{ shop.name }} {% endif %} {% endfor %}

 

{% for shop in site.data.stores %} {% if shop.download != true %} {{ shop.name }} {% endif %} {% endfor %}
{% endif %}