blob: 18ad151ed3e4c2b9d2e890e43dc0fac6718fa1d1 (
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> → </li>
<li>Lttr</li>
</ul>
<main role="main" id="essay-archive" class="essay-archive archive-list">
<div class="essay-intro">
<h2>Thanks for joining.</h2>
<p>Check your email for a link to confirm your subscription</p>
</div>
</main>
{%endblock%}
|