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