{{{ extraHead.local }}} {{{ css.tag }}}
{{ shortdesc }}
<!DOCTYPE html>
<html>
<head>
<title>{{ title }}</title>
<link rel="stylesheet" href="https://openlayers.org/en/v{{ olVersion }}/css/ol.css" type="text/css">
<!-- The line below is only needed for old environments like Internet Explorer and Android 4.x -->
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=requestAnimationFrame,Element.prototype.classList,URL"></script>
<script src="https://openlayers.org/en/v{{ olVersion }}/build/ol.js"></script>{{#if extraHead.remote}}
{{ indent extraHead.remote spaces=4 }}{{/if}}{{#if css.source}}
<style>
{{ indent css.source spaces=6 }} </style>{{/if}}
</head>
<body>
{{ indent contents spaces=4 }} <script>
{{ indent js.source spaces=6 }} </script>
</body>
</html>