|
|
|
@ -27,7 +27,8 @@
|
|
|
|
|
<li{% if this._path == '/' %} class="active"{% endif |
|
|
|
|
%}><a href="{{ '/'|url }}">Welcome</a></li> |
|
|
|
|
{% for href, title in [ |
|
|
|
|
['/install', 'Installation'] |
|
|
|
|
['/install', 'Installation'], |
|
|
|
|
['/configure', 'Configuration'] |
|
|
|
|
] %} |
|
|
|
|
<li{% if this.is_child_of(href) %} class="active"{% endif |
|
|
|
|
%}><a href="{{ href|url }}">{{ title }}</a></li> |
|
|
|
|