1{{-- 2 Template Name: Custom Template 3--}} 4 5@extends('layouts.app') 6 7@section('content') 8 @while(have_posts()) @php(the_post()) 9 @include('partials.page-header') 10 @include('partials.content-page') 11 @endwhile 12@endsection