PushingScores/templates/home.html

8 lines
201 B
HTML
Raw Normal View History

2019-04-04 12:48:53 +02:00
{% extends "layout.html" %}
{% block content %}
<div class="home">
2019-05-14 00:13:32 +02:00
<h1>Start</h1>
<p>This will be the page with all the keywords.</p>
2019-04-04 12:48:53 +02:00
</div>
2019-05-14 00:13:32 +02:00
{% endblock %}