{{# @name {{ collection_name }} index @desc The {{ collection_name }} index template. #}}
{{ collection:{{ handle }} sort="{{ sort }}" paginate="true" limit="10" as="items" }} {{ unless no_results }} {{ items }} {{ /items }} {{ else }}
{{ trans:strings.no_results }}
{{ /unless }} {{ partial:components/pagination class="md:col-span-12" }} {{ /collection:{{ handle }} }}
{{ page_builder scope="block" }} {{ partial src="page_builder/{type}" }} {{ /page_builder }}