templates/network/profile/auctionhouse/listing.html.twig line 5

Open in your IDE?
  1. {% extends 'page.html.twig' %}
  2. {% block content %}
  3.   {% include 'network/profile/components/hero.html.twig' %}
  4.   {% include 'network/profile/components/listing.html.twig' with { listing: auctionhouses } %}
  5.   <div class="grid my-12 mb-20 place-items-center">
  6.     {% include 'component/pagination.html.twig' with { pagination: auctionhouses } %}
  7.   </div>
  8. {% endblock %}