Add USA header to base templates

This commit is contained in:
Andrew Croce
2018-10-02 11:14:39 -04:00
parent ad49d3f71f
commit 943be0707d
5 changed files with 46 additions and 0 deletions

View File

@@ -16,6 +16,8 @@
<div id='app-root'>
{% include 'components/usa_header.html' %}
<header class="topbar topbar--public">
<nav class="topbar__navigation">
<a href="{{ url_for('atst.home') }}" class="topbar__link topbar__link--home">
@@ -61,6 +63,10 @@
</div>
{% assets "js_all" %}
<script src="{{ ASSET_URL }}"></script>
{% endassets %}
</body>
</html>