Merge pull request #366 from dod-ccpo/ui/add-usa-header

Add USA header to base templates
This commit is contained in:
patricksmithdds
2018-10-02 13:37:02 -04:00
committed by GitHub
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">
@@ -47,6 +49,10 @@
{% include 'footer.html' %}
</div>
{% assets "js_all" %}
<script src="{{ ASSET_URL }}"></script>
{% endassets %}
</body>
</html>