{% extends 'base.html' %}
{% load typogrify %}
{% block pagetitle %}Luxagraf | {{flatpage.title|title|smartypants|safe}}{% endblock %}
{% block metadescription %}About the site, luxagraf.net {% endblock %}
{%block bodyid%}id="about"{%endblock%}
{% block primary %}
{{flatpage.content|smartypants|widont|safe}}
{% endblock %}