iwakuweb/templates/index.html.tera
2025-06-10 16:27:45 +02:00

5 lines
188 B
Text

{% extends "base" %}
{% block title %}homepage{% endblock title %}
{% block content %}
A website belonging to <a href="https://heroin.zone/~hex/">hex's</a> homelab.
{% endblock content %}