source:
trunk/docs/_templates/layout.html
@
120
| Last change on this file since 120 was 120, checked in by anonymous, 16 years ago | |
|---|---|
| File size: 390 bytes | |
| Line | |
|---|---|
| 1 | {% extends "!layout.html" %} |
| 2 | |
| 3 | {% block header %} |
| 4 | <img src="_static/images/header-logo.jpg"> |
| 5 | {{ super() }} |
| 6 | {% endblock %} |
| 7 | |
| 8 | {% block rootrellink %} |
| 9 | <li><a href="http://www.zoo-project.org/">Project Homepage</a> »</li> |
| 10 | {{ super() }} |
| 11 | {% endblock %} |
| 12 | |
| 13 | {# put the sidebar before the body #} |
| 14 | {% block sidebar1 %}{% endblock %} |
| 15 | {% block sidebar2 %}{{ sidebar() }}{% endblock %} |
Note: See TracBrowser
for help on using the repository browser.













