view gpp/templates/side_block.html @ 369:1688873085e0

Updated the markdown help template for the new strikethrough and newline handling.
author Brian Neal <bgneal@gmail.com>
date Sat, 05 Mar 2011 21:29:12 +0000
parents dbd703f7d63a
children
line wrap: on
line source
<div class="side-block">
<div class="side-block-title">
{% block block_title %}{% endblock %}
</div>
<div class="side-block-content">
{% block block_content %}{% endblock %}
</div>
</div>