Add all the templates and the routes

This commit is contained in:
Brian Duggan
2018-05-25 12:31:29 -04:00
parent 5007a246fb
commit b9de54d211
9 changed files with 104 additions and 21 deletions

12
templates/home.html.to Normal file
View File

@@ -0,0 +1,12 @@
{% extends "base.html.to" %}
{% block content %}
<main class="usa-grid usa-section usa-content usa-layout-docs" id="main-content">
home
</main>
{% end %}