citavi_mapper/frontend/templates/hello.html

5 lines
129 B
HTML
Raw Normal View History

2014-11-17 11:06:35 +01:00
{% extends "layout/base.html" %}
{% block content %}
hallo <br>
<a href="{% url 'frontend-index' %}">zurück</a>
{% endblock %}