Convert ui methods into Flask globals

This commit is contained in:
richard-dds
2018-08-01 11:22:21 -04:00
parent 6a5d3d57cf
commit 29c68151de
4 changed files with 42 additions and 17 deletions

14
templates/home.html Normal file
View File

@@ -0,0 +1,14 @@
{% extends "base.html" %}
{% block content %}
<main class="usa-section usa-content">
<h1>Home</h1>
</main>
{% endblock %}