@extends('layouts.app', [ 'header' => \App\get_attachment_image_url_by_identifier('banner--default', 'full'), ]) @section('content') @include('partials.page-header', ['text'=> 'Page not Found']) @if (!have_posts())
{{ __('Sorry, but the page you were trying to view does not exist.', 'sage') }}

{!! __('Back to the homepage', 'sage') !!}
@endif @endsection