Add all the templates and the routes
This commit is contained in:
12
templates/home.html.to
Normal file
12
templates/home.html.to
Normal 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 %}
|
||||
|
Reference in New Issue
Block a user