layout/_flatpage.html @ 2060e7f9bdfc

Fixed a couple of typos.
author Alex Vidal <alex.vidal@gmail.com>
date Wed, 29 Jun 2011 20:50:51 -0700
parents aef920f3a570
children (none)
{% extends "skeleton/_base.html" %}

{% block content %}
    <div id="leaf-title"><h1>{{ page.title|safe|typogrify }}</h1></div>
    
    <div id="leaf-content">
        {% filter typogrify %}
            {% markdown toc def_list %}
                {% block article %}{% endblock %}
            {% endmarkdown %}
        {% endfilter %}
    </div>
{% endblock %}