10 lines
224 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>
Feel free to discover.<br>
2014-08-07 14:47:59 +02:00
<ul>
<li><a href="{% url 'frontend-projects' %}">Project Contexts</a></li>
</ul>
</p>
{% endblock %}