layout/_about.html @ 7883e682a44f

Add more directories to the ignore file.
author Steve Losh <steve@stevelosh.com>
date Wed, 16 Dec 2009 18:41:07 -0500
parents 81d4da7f81f5
children (none)
{% extends "skeleton/_body.html" %}
{% block content_body %}
<div id="post-content">
{% filter typogrify %}
{% markdown %}

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