summaryrefslogtreecommitdiff
path: root/design/templates/details/about.html
blob: 026d4087d3867e07de93e3760fc8889961c7cb77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{% extends 'base.html' %}
{% load typogrify %}
{% block pagetitle %}Luxagraf | About{% endblock %}
{% block metadescription %}About: Luxagraf is written and published by Scott Gilbertson. Writing is done in BBEdit, published with GeoDjango. Photos taken with a Panasonic GF1.{% endblock %}
{%block htmlclass%}class="single"{%endblock%}
{%block bodyid%}id="about"{%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>About</li>
    </ul>
    <article role="main">
        <h1 class="hide">About Luxagraf</h1>
        <div class="post-body-single">
            {{object.body_html|smartypants|widont|safe}}
        </div>  
    </article>
{% endblock %}