{{ $page->title }}
@if ($page->description)
{{ $page->description }}
@endif
@if ($page->features)
@include('_partials.feature-badges', $page->features->all())
@endif
@yield('content')