Mercurial > hg-website
comparison templates/base.html @ 252:3efd1dcf92c7
Refactor the block structure a bit, and convert the about page.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Thu, 24 Sep 2009 17:30:51 -0400 |
parents | 53a5e100b497 |
children | 4a52186008ee cebed91e780d |
comparison
equal
deleted
inserted
replaced
251:aa50d84efca9 | 252:3efd1dcf92c7 |
---|---|
33 name="titlesearch" alt="Search Titles"> | 33 name="titlesearch" alt="Search Titles"> |
34 </fieldset> | 34 </fieldset> |
35 </form> | 35 </form> |
36 | 36 |
37 <div id="content"> | 37 <div id="content"> |
38 | 38 {% block main %} |
39 {% block content %} | 39 <div class="row"> |
40 | 40 <div class="col big"> |
41 No content on this page yet. | 41 {% block content %} |
42 | 42 No content on this page yet. |
43 {% endblock %} | |
44 </div> | |
45 <div class="col"> | |
46 {% block sidebar %} | |
47 No sidebar on this page yet. | |
48 {% endblock %} | |
49 </div> | |
50 </div> | |
43 {% endblock %} | 51 {% endblock %} |
44 | |
45 </div> | 52 </div> |
46 | 53 |
47 <div id="footer"> | 54 <div id="footer"> |
48 design by <a href="http://www.designpunct.ro">punct</a> / | 55 design by <a href="http://www.designpunct.ro">punct</a> / |
49 design courtesy of <a href="http://www.bitbucket.org/">bitbucket</a> / | 56 design courtesy of <a href="http://www.bitbucket.org/">bitbucket</a> / |