templates/public/_home_latest_listings.html.twig line 1

Open in your IDE?
  1. {% set mediaUrl = listingtype == 'room' ? 'room_media' : 'flat_media' %}
  2. <div class="container home_listings">
  3.     {% for rs in listing %}
  4.         {% include 'public/_search_pill.html.twig' with {'listing':rs, 'listingtype':listingtype} %}
  5.     {% endfor %}
  6. </div>