rollerverbrauch/templates/index.html

5 lines
182 B
HTML
Raw Normal View History

2015-03-03 22:49:43 +01:00
{% extends "layout.html" %}
{% block body %}
<a href='{{ url_for('getPitStops') }}'>Pitstop List</a>
<a href='{{ url_for('createPitStopForm') }}'>Create Pitstop</a>
{% endblock %}