init commit
This commit is contained in:
15
templates/show_entries.html
Normal file
15
templates/show_entries.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<!doctype html>
|
||||
<title>vtbash</title>
|
||||
{% block body %}
|
||||
{% for j in i %}
|
||||
<p style="background-color: rgba(255,102,0,.2);">
|
||||
#{{ j + 1 }}<br>
|
||||
{% for line in entries[j] %}
|
||||
{{ line }}<br>
|
||||
{% endfor %}
|
||||
</p>
|
||||
<br>
|
||||
{% else %}
|
||||
<p>Unbelievable. No Entries here so far</p>
|
||||
{% endfor %}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user