forked from orson/bachemap
16 lines
456 B
HTML
16 lines
456 B
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<!-- Tell the browser to be responsive to screen width -->
|
|
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
|
|
name="viewport"/>
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge"/>
|
|
|
|
<link rel=”stylesheet” href=”https://unpkg.com/leaflet@1.7.1/dist/leaflet.css"/>
|
|
|
|
</head>
|
|
{% block head %}
|
|
{% endblock %}
|
|
{% block content %}
|
|
|
|
{% endblock %} |