@extends('twill::layouts.main') @section('appTypeClass', 'body--custom-page') @push('extra_js_head') @if(app()->isProduction()) @endif @endpush @section('content')
@yield('customPageContent')
@stop @section('initialStore') window['{{ config('twill.js_namespace') }}'].STORE.medias.crops = {!! json_encode(config('twill.settings.crops') ?? []) !!} window['{{ config('twill.js_namespace') }}'].STORE.medias.selected = {} window['{{ config('twill.js_namespace') }}'].STORE.browser = {} window['{{ config('twill.js_namespace') }}'].STORE.browser.selected = {} @stop @push('extra_js') @endpush