---
// Port of preview/pages/map-fullsize.html.
// Front matter: layout-wrapper-full + layout-sidebar + layout-hide-topbar,
// page-libs: [google-maps], page-menu: plugins.map-fullsize. No title / no
// page-header (the page-header block renders empty in the reference).
//
// {% assign map-id = 'google' %} → id="map-google".
// The {% capture_script %} block is registered synchronously (before any await).
// We mirror the development build (environment == 'development'), so the
// `window.tabler_map` bookkeeping lines are emitted (as in the reference).
//
// REQUIRES DefaultLayout `wrapperFull` support (see report): page-wrapper-full
// class + slot rendered WITHOUT the .container-xl wrapper. Not implemented in
// the shared DefaultLayout yet — flagged rather than modified here.
import DefaultLayout from '@shared/layouts/DefaultLayout.astro';
import { addPageScript } from '@shared/lib/page-scripts';
addPageScript(``);
---