{% load leaflet_storage_tags i18n %}
{% trans "What is u{Map}" %}

{% blocktrans with osm_url="http://osm.org" repo_url="https://bitbucket.org/yohanboniface/umap" %}u{Map} let you create maps with OpenStreetMap layers in a minute and embed them in your site.
This is a demo instance, you can host your own, it's open source!{% endblocktrans %}

{% trans "What can you do?" %}
{% if demo_map %}
{% map_fragment demo_map %} {% trans "Play with the demo" %}
{% endif %}