PushingScores/templates/home.html
2019-05-14 00:13:32 +02:00

8 lines
201 B
HTML

{% extends "layout.html" %}
{% block content %}
<div class="home">
<h1>Start</h1>
<p>This will be the page with all the keywords.</p>
</div>
{% endblock %}