summaryrefslogtreecommitdiff
path: root/design/templates/lttr/confirm_activate.html
blob: d67ee1b252f4fdd3118d1f8f1795e302217cbe9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{% extends 'base.html' %}
{% load typogrify_tags %}

{% block pagetitle %}Luxagraf | Friends of a Long Year {% endblock %}
{% block metadescription %}An infrequesnt mailing list about travel, photography, tools, walking, the natural world and other ephemera.{% endblock %}

{% block primary %}<ul class="bl" id="breadcrumbs" itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
    <li><a href="/" title="luxagraf homepage" itemprop="url"><span itemprop="title">Home</span></a> &rarr; </li>
    <li>Lttr</li>
    </ul>
    <main role="main" id="essay-archive" class="essay-archive archive-list">
        <div class="essay-intro">
            <h2>You're confirmed, thanks for joining.</h2>
            <p>If you'd like you can <a href="/lttr/">visit the archives</a> of past mailings.</p>
        </div>
    </main>
{%endblock%}