{% 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 %} {{ shop.name }} {% endfor %}
{% else %}

This release can't be obtained

Stream, follow, like and subscribe!

{% for shop in site.data.stores %} {{ shop.name }} {% endfor %}
{% endif %} {% else %} {% if page.check_this_if_cannot_be_bought == false %}

Get this release

{% for shop in page.stores %} {{ shop.name }} {% endfor %}
{% else %} {% 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 %} {{ shop.name }} {% endfor %}
{% else %}

This track can't be obtained

Stream, follow, like and subscribe!

{% for shop in site.data.stores %} {{ shop.name }} {% endfor %}
{% break %} {% endif %} {% endif %} {% endfor %}
{% else %}

Support {{ site.title }}

Stream, follow, like and subscribe!

{% for shop in site.data.stores %} {{ shop.name }} {% endfor %}
{% endif %}