Add placeholder page and routes

This commit is contained in:
Luis Cielak
2018-05-29 16:23:27 -04:00
parent 763edd9ebe
commit 3fc42d62df
3 changed files with 14 additions and 0 deletions

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">
<h1>JEDI Accounts</h1>
</main>
{% end %}