@extends('_layouts.master') @section('meta') @endsection @section('body')

{{ $page->title }}

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