Files
gpodder-rs/templates/401.html.tera
Matthew Pomes f859f8f34b
Some checks failed
Cargo Build & Test / Rust project - latest (stable) (push) Failing after 23s
Cargo Build & Test / Rust project - latest (beta) (push) Failing after 35s
Cargo Build & Test / Rust project - latest (nightly) (push) Failing after 33s
Add initial setup and admin page
2025-10-04 16:04:19 -05:00

8 lines
107 B
Plaintext

{% extends "_layout" %}
{% block content %}
<div class="m-3">
{{ error }}
</div>
{% endblock content %}