layout/_post.html @ 1f5a661bd38b
Lots of style adjustments.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Fri, 25 Dec 2009 13:58:22 -0500 |
parents | cf38a58b1927 |
children | aef920f3a570 |
{% extends "skeleton/_base.html" %} {% block content %} <div id="leaf-title"><h1>{{ page.title|safe|typogrify }}</h1></div> <div id="leaf-content"> {% filter typogrify %} {% article %} {% filter typogrify %} {% markdown %} {% block article %}{% endblock %} {% endmarkdown %} {% endfilter %} {% endarticle %} {% endfilter %} </div> {% endblock %}