@extends('base')
@section('head')
@stop
@section('body-class', 'flexbox')
@section('content')
@include('partials/image-manager', ['imageType' => 'gallery', 'uploaded_to' => $page->id])
@include('partials/entity-selector', ['name' => 'entity-selector'])
@stop