@extends('templates.frontend')
@section('includes')
@foreach($stylesheets as $stylesheet)
@endforeach
@include('themes.csparks.partials.head')
@stop
@section('content')
@include('themes.csparks.partials.map')
@stop
@push('scripts')
@foreach($scripts as $script)
@endforeach
@include('themes.csparks.partials.foot')
@endpush