move fail binaries

This commit is contained in:
2026-03-18 19:54:44 +01:00
parent 350dff63cd
commit 39c7d921ab
23 changed files with 8 additions and 2 deletions

View File

@ -0,0 +1,11 @@
{% extends "layout.html" %}
{% block content %}
{% if status %}
<h2>About</h2>
{{ status }}
{% else %}
<h2> Sorry, no status information.</h2>
{% endif %}
{% endblock %}