Adrianux.net/templates/monitoring.html
ahoemann e696b2a10b
All checks were successful
/ update (push) Successful in 0s
feat: site status
2024-11-29 16:50:23 +01:00

9 lines
233 B
HTML

{% 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 %}