feat: site status
All checks were successful
/ update (push) Successful in 0s

This commit is contained in:
ahoemann 2024-11-29 16:50:23 +01:00
parent d98e9767d3
commit e696b2a10b
2 changed files with 33 additions and 0 deletions

View file

@ -0,0 +1,9 @@
{% extends "base.html" %}
{% block title %}Monitoring{% endblock %}
{% block head %}
{{ super() }}
{% endblock %}
{% block content %}
<p>Git status: {{ git_status }}</p>
<p>Website status: {{ website_status }}</p>
{% endblock %}