BareGit
{% extends "public_layout.html" %}
{% block content %}
<section class="public-card message-card" aria-labelledby="SentHeading">
    <div class="clay-icon clay-icon-blue" aria-hidden="true">✉</div>
    <p class="eyebrow">Link sent</p>
    <h1 id="SentHeading">Check your email</h1>
    <p class="public-card-copy">
        If the address can receive mail, a sign-in link is on its way.
    </p>
    <p class="message-hint">You can close this page after it arrives.</p>
</section>
{% endblock %}