5 lines
188 B
Text
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 %}
|