• {{ place.data.name | escape }} {% if detailed %} {% if place.data.address %} {{ place.data.address }}, {{ place.data.postcode }} {% endif %}

    {% if place.data.phone %} {{ place.data.phone }} {% endif %} {% if place.data.web %} {{ place.data.web | replace: "https://", "" | replace: "http://", "" | replace: "www.", "" | escape }} {% endif %}

    {% capture sorted_tags %}{{ place.data.tags | sort | join: ", " }}{% endcapture %} {{ sorted_tags | remove: ", places" | remove: "places, " | remove: "places" }}

    {% endif %}