@extends('base')
{{-- uncomment this section if want to override mobile menu
@section('mobile-menu')
template specific mobile menu
@endsection
--}}
@push('meta-tags')
@endpush
@section('template-content')
{{ cacheLivePart('header-page-heading') }}
@endif
@yield('content')
@if( $isContentPage )