{{{ extraHead.local }}} {{{ css.tag }}}
{{ shortdesc }}
<!DOCTYPE html>
<html>
<head>
<title>{{ title }}</title>
<link rel="stylesheet" href="http://openlayers.org/en/v{{ olVersion }}/css/ol.css" type="text/css">
<script src="http://openlayers.org/en/v{{ olVersion }}/build/ol.js"></script>
{{ extraHead.remote }}
{{#if css.source}}
<style>
{{ css.source }}
</style>
{{/if}}
</head>
<body>
{{ contents }}
<script>
{{ js.source }}
</script>
</body>
</html>