{% if place.data.phone %} {{ place.data.phone }} {% endif %} {% if place.data.web %} {{ place.data.web | replace: "https://", "" | replace: "http://", "" | replace: "www.", "" | escape }} {% endif %}
{% assign tags = place.data.tags | sort %} {% for tag in tags %}{% unless forloop.first %}, {% endunless %} {{ tag }}{% endfor %}