layout/_flatpage.html @ 25ec02499fbc

Fix a bunch of shit

* Tear out the flattr/gittip/gauges garbage
* Fix busted requirement paths
* Fix missing endblock tag
author Steve Losh <steve@stevelosh.com>
date Fri, 24 Jul 2015 17:44:52 -0400
parents aef920f3a570
children (none)
{% extends "skeleton/_base.html" %}

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