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