Hype/web/templates/host.html

11 lines
190 B
HTML
Raw Permalink Normal View History

2023-06-22 13:30:22 +00:00
{% include 'base.html' %}
{% block main %}
<div class="qard">
<h5>{{ hostname | safe }}</h5>
<div class="space"></div>
{{ hostlist | safe }}
</div>
{% endblock %}
{% include 'foot.html' %}