forked from varia/bots
Update 'LogBot/template.html'
This commit is contained in:
parent
1a8eee47c3
commit
4308acab56
@ -8,7 +8,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>{{ title }}</h1>
|
<h1>{{ title }}</h1>
|
||||||
|
<div id="container">
|
||||||
{% set sorted = [] %}
|
{% set sorted = [] %}
|
||||||
{% for num in db %}
|
{% for num in db %}
|
||||||
{% set int_num = num | int %}
|
{% set int_num = num | int %}
|
||||||
@ -21,5 +21,7 @@
|
|||||||
<p class="message">{{ db[num|string] }}</p>
|
<p class="message">{{ db[num|string] }}</p>
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
</div>
|
||||||
|
<footer></footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user