init commit

This commit is contained in:
2016-12-23 00:41:14 -05:00
commit 843bae8fa0
2 changed files with 53 additions and 0 deletions

View 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 %}