{{{ resources }}} {{{ css_resource }}} {{ title }}
{{{ contents }}}

{{ title }}

{{ shortdesc }}

{{{ docs }}}
{{ tags }}

<!-- DOCTYPE html -->
<html>
<head>
<title>{{ title }}</title>
<script src="https://code.jquery.com/jquery-1.11.2.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ol3/{{ ol_version }}/ol.css" type="text/css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/ol3/{{ ol_version }}/ol.js"></script>
{{ resources }}
{{#if css_inline}}
<style>
{{ css_inline }}
</style>
{{/if}}
</head>
<body>
<div class="container-fluid">

{{ contents }}
</div>
<script>
{{ js_inline }}
</script>
</body>
</html>
{{{ js_resource }}}