layout/_flatpage.html @ 637a1763479b

More shuffling.

This is going to take a lot of work to transform the layout.
author Steve Losh <steve@stevelosh.com>
date Wed, 16 Dec 2009 19:21:22 -0500
parents a5470aefd4f0
children 673df76b12d6
{% extends "skeleton/_body.html" %}
{% block content_body %}
<div id="post-content">
{% filter typogrify %}
{% markdown %}

{% block article %}
    
{% endblock %}
    
{% endmarkdown %}
{% endfilter %}
</div>
{% endblock %}