{% include 'head.html' %}
{% import 'header.html' as header %}

DroneAPI Demos {{options.current_url}}

{% import 'mapbox.html' as mapbox%}
{{ mapbox.static_map_with_marker(options, options.current_coords, options.current_coords) }}
{% include 'bottom-scripts.html' %}