Files
atst/templates/home.html
2018-08-02 14:37:16 -04:00

16 lines
153 B
HTML

{% extends "base.html" %}
{% block content %}
<main class="usa-section usa-content">
<h1>Home</h1>
<div id='hello'></div>
</main>
{% endblock %}