This repository has been archived on 2019-10-13. You can view files and clone it, but cannot push or open issues or pull requests.
basta-server/ofu_app/templates/donar/vgn_connections.jinja
2017-10-17 17:05:00 +02:00

11 lines
270 B
Django/Jinja

{% extends 'base.jinja' %}
<!-- Make sure you put this AFTER Leaflet's CSS -->
{% block headline %}
<h1 class="text-center"> VGN Connections</h1>
<p>Donar</p>
{% endblock %}
{% block content %}
{% for location in locations %}
{% endfor %}
{% endblock %}