first commit
This commit is contained in:
10
web/templates/host.html
Normal file
10
web/templates/host.html
Normal file
@@ -0,0 +1,10 @@
|
||||
{% include 'base.html' %}
|
||||
{% block main %}
|
||||
<div class="qard">
|
||||
<h5>{{ hostname | safe }}</h5>
|
||||
<div class="space"></div>
|
||||
{{ hostlist | safe }}
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
{% include 'foot.html' %}
|
||||
Reference in New Issue
Block a user