{% set mediaUrl = listingtype == 'room' ? 'room_media' : 'flat_media' %}
<div class="container home_listings">
{% for rs in listing %}
{% include 'public/_search_pill.html.twig' with {'listing':rs, 'listingtype':listingtype} %}
{% endfor %}
</div>