mirror of
https://github.com/torproject/lego.git
synced 2025-02-17 08:39:33 +00:00
8 lines
260 B
HTML
8 lines
260 B
HTML
<nav aria-label="breadcrumb">
|
|
<ol class="breadcrumb bg-light m-0 small">
|
|
{% from "macros/parent.html" import render_parents %}
|
|
{{ render_parents(this) }}
|
|
<li class="breadcrumb-item active" aria-current="page">{{ this.title }}</li>
|
|
</ol>
|
|
</nav>
|