8 lines
201 B
HTML
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 %}
|