citavi_mapper/frontend/templates/hello.html
2014-11-17 11:06:35 +01:00

5 lines
129 B
HTML

{% extends "layout/base.html" %}
{% block content %}
hallo <br>
<a href="{% url 'frontend-index' %}">zurück</a>
{% endblock %}