layout/_flatpage.html @ aef920f3a570

Adjust the markdown and typogrify tags.
author Steve Losh <steve@stevelosh.com>
date Fri, 25 Dec 2009 15:21:38 -0500
parents 1f5a661bd38b
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 %}