auto-expanding editor

This commit is contained in:
evilchili
2025-10-11 15:37:00 -07:00
parent bb3070aa1a
commit 8eb505f09e
6 changed files with 239 additions and 41 deletions
@@ -0,0 +1,3 @@
<div class='breadcrumbs'>
<a href="{{ url_for('index') }}">Home</a>{% for (uri, name) in breadcrumbs %}.<a href="{{ uri }}">{{ name }}</a>{% endfor %}
</div>