{% if page.locations %}
{% include icons/marker.svg %} {% for location in page.locations %}{{ location | replace:',',', '}}{% if forloop.last == false %}, {%endif%}{% endfor %}
{% endif %}