layout/_flatpage.html @ e030519b448d

Finish adding the 2008 articles.
author Steve Losh <steve@stevelosh.com>
date Wed, 23 Dec 2009 18:29:35 -0500
parents 0b9e27b26ffa
children 1f5a661bd38b
{% extends "skeleton/_base.html" %}

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