Mercurial > hg-website
diff templates/frontpage.html @ 255:4a52186008ee
Add a first version of the sidebar
author | David Soria Parra <dsp@php.net> |
---|---|
date | Sun, 04 Oct 2009 04:05:49 +0200 |
parents | 3efd1dcf92c7 |
children | b18d0f96829d |
line wrap: on
line diff
--- a/templates/frontpage.html Thu Sep 24 18:00:24 2009 -0400 +++ b/templates/frontpage.html Sun Oct 04 04:05:49 2009 +0200 @@ -8,7 +8,9 @@ <h2>Mercurial is a free, distributed source control management tool. It efficiently handles projects of any size and offers an easy and intuitive interface.</h2> </div> <div class="col"> - {# TODO: download button #} + {% block sidebar %} + {{ super() }} + {% endblock %} </div> </div>