atst/templates/components/usa_header.html
2018-10-02 12:46:29 -04:00

11 lines
709 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{% from "components/tooltip.html" import Tooltip %}
<aside class='usa-banner'>
<img src='{{ url_for("static", filename="img/us_flag_small.png") }}' alt='U.S. Flag' />
<p>An official website of the United States government</p>
{{ Tooltip('<p><strong>The .mil means its official.</strong><br/>Federal government websites often end in .gov or .mil. Before sharing sensitive information, make sure youre on a federal government site.</p><br/><p><strong>The site is secure.</strong><br>The <strong>https://</strong> ensures that you are connecting to the official website and that any information you provide is encrypted and transmitted securely.</p>',
title='Heres how you know') }}
</aside>