6 lines
188 B
HTML
6 lines
188 B
HTML
|
<nav aria-label="breadcrumb" role="navigation">
|
||
|
<ol class="breadcrumb">
|
||
|
{% include "common/breadcrumbs/item.html" with page=page.get_parent current=current %}
|
||
|
</ol>
|
||
|
</nav>
|