vtt/src/ttfrog/themes/default/breadcrumbs.html
2025-10-17 19:33:29 -07:00

4 lines
176 B
HTML

<div id='breadcrumbs' class='main-aligned'>
<a href="{{ url_for('index') }}">Home</a>{% for (uri, name) in breadcrumbs %}.<a href="{{ uri }}">{{ name }}</a>{% endfor %}
</div>