2019-04-04 12:48:53 +02:00
|
|
|
{% extends "layout.html" %}
|
|
|
|
{% block content %}
|
|
|
|
<div class="home">
|
2019-05-12 19:18:58 +02:00
|
|
|
<h1>Hi!</h1>
|
|
|
|
<p>Shouldn't this be the page with all the links? Then we may remove description as a clickable link no?</p>
|
2019-04-04 12:48:53 +02:00
|
|
|
</div>
|
|
|
|
{% endblock %}
|