{{-- Template Name: T06 Subhome Prodotti --}} @extends('layouts.app') @section('content') @while(have_posts()) @php the_post() @endphp @include('partials.page-header') @include('partials.breadcrumbs') @include('partials.content-page') @include('partials.global-filters') @include('partials.page-builder-t6') @include('partials.global-links-'.get_post_type()) @endwhile @endsection