Mercurial > public > sg101
view gpp/templates/side_block.html @ 250:29679b0b98ad
Some tweaks to the templates before the first beta. Hide the donations module for now.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 19 Sep 2010 20:42:25 +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>