@extends('master')
@section('title', $page->translation->meta_title)
@section('meta_description', $page->translation->meta_description)
@section('content')
<div class="u-reset-header-offset">
@include('organisms.components')
</div>
@endsection