Docker-DCO-1.1-Signed-off-by: O.S. Tezer <ostezer@gmail.com> (github: ostezer) Upstream-commit: b74fa7587228361f2e13606c260f559b56aaf323 Component: engine
11 lines
403 B
HTML
11 lines
403 B
HTML
<ol class="breadcrumb">
|
|
<li><a href="{{ homepage_url }}"><span class="glyphicon glyphicon-home"></span></a></li>
|
|
{% for section in nav %}
|
|
{% if section.active %}
|
|
<li><a href="../">{{ section.title }}</a></li>
|
|
{% if section.children %}
|
|
<li class="active"><a href="{{ current_page.url }}">{{ current_page.title }}</a></li>
|
|
{% endif %}
|
|
{% endif %}
|
|
{% endfor %}
|
|
</ol> |