4557.3.1
by Ian Clatworthy
Core website & navigation working |
1 |
{% extends "!layout.html" %} |
2 |
||
3 |
{% block rootrellink %} |
|
4988.4.2
by Martin Pool
Change url to canonical.com or wiki, plus some doc improvements in passing |
4 |
<li><a href="http://bazaar.canonical.com/"> |
4557.3.1
by Ian Clatworthy
Core website & navigation working |
5 |
<img src="{{ pathto("_static/bzr icon 16.png", 1) }}" /> Home</a> | </li> |
4988.4.2
by Martin Pool
Change url to canonical.com or wiki, plus some doc improvements in passing |
6 |
<a href="http://doc.bazaar.canonical.com/en/">Documentation</a> | </li> |
4557.3.1
by Ian Clatworthy
Core website & navigation working |
7 |
{{ super() }} |
8 |
{% endblock %} |