{% extends 'page.html.twig' %}{% block content %} {% include 'network/profile/components/hero.html.twig' %} {% include 'network/profile/components/listing.html.twig' with { listing: auctionhouses } %} <div class="grid my-12 mb-20 place-items-center"> {% include 'component/pagination.html.twig' with { pagination: auctionhouses } %} </div>{% endblock %}