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

12 lines
286 B
HTML

{% extends "layout/base.html" %}
{% block content %}
<h3>Welcome, {{user}}!</h3>
<p>
<ul>
<li><a href="{% url 'frontend-projects' %}">Citavi projects</a></li>
<li><a href="{% url 'frontend-hello' %}">hello</a></li>
</ul>
Feel free to discover.<br>
</p>
{% endblock %}