@@include('./partials/html.html') @@include("./partials/title-meta.html", {"title": "Google Maps"}) @@include('./partials/head-css.html')
@@include('./partials/menu.html')
@@include("./partials/page-title.html", {"subtitle":"Maps","title":"Google"})

Examples

Basic Google Map

Displays a basic embedded Google Map.

Street View Google Map

Displays a satellite-styled view of the map.

Dark Google Map

A dark-mode styled map using CSS filters.

@@include('./partials/footer.html')
@@include('./partials/customizer.html') @@include('./partials/footer-scripts.html')