PushingScores/templates/home.html

7 lines
255 B
HTML

{% 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>
</div>
{% endblock %}