layout/_post.html @ df865ed70aa0

Remove the useless Hyde post.
author Steve Losh <steve@stevelosh.com>
date Wed, 23 Dec 2009 19:22:29 -0500
parents 21310ac1ce15
children cf38a58b1927
{% extends "skeleton/_base.html" %}

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