Add USA header to base templates
This commit is contained in:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user