{{-- Template Name: T14 Outdoor pagina figlia --}} @extends('layouts.app') @section('content') @while(have_posts()) @php the_post() @endphp
@if (has_nav_menu('primary_navigation')){!! wp_nav_menu(['theme_location' => 'outdoor_plus_navigation', 'container' => '', 'menu_id' => 'outdoor_plus_navigation', 'menu_class' => 'nav nav-fill','walker' => new \App\wp_bootstrap4_navwalker()]) !!}@endif
@include('partials.page-header') @include('partials.breadcrumbs') @include('partials.content-page') @include('partials.page-builder') @include('partials.contact-form') @endwhile @endsection