citavi_mapper/frontend/templates/index.html

12 lines
286 B
HTML
Raw Normal View History

{% extends "layout/base.html" %}
{% block content %}
2014-08-07 14:47:59 +02:00
<h3>Welcome, {{user}}!</h3>
<p>
2014-08-07 14:47:59 +02:00
<ul>
2014-09-15 16:35:04 +02:00
<li><a href="{% url 'frontend-projects' %}">Citavi projects</a></li>
2014-11-17 11:06:35 +01:00
<li><a href="{% url 'frontend-hello' %}">hello</a></li>
2014-08-07 14:47:59 +02:00
</ul>
2014-09-15 16:35:04 +02:00
Feel free to discover.<br>
</p>
{% endblock %}