PushingScores/templates/home.html

7 lines
255 B
HTML
Raw Normal View History

2019-04-04 12:48:53 +02:00
{% extends "layout.html" %}
{% block content %}
<div class="home">
<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 %}