@extends( getThemePath() . '.layout.master') @section('header') @include( getThemePath() . '.partials.header') @endsection @section('content')

{{ $page->title }}

{!! $page->content !!}
@endsection @section('footer') @include( getThemePath() . '.partials.footer') @endsection