{{-- Template Name: Standard Template --}} @extends('layouts.app-standard') @section('content') @include('partials.breadcrumbs') @while(have_posts()) @php the_post() @endphp @include('partials.content-standard-page') @endwhile @endsection