reverse ordering
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
<title>vtbash</title>
|
||||
{% block body %}
|
||||
{% for j in i %}
|
||||
<p style="background-color: rgba(255,102,0,.2);">
|
||||
#{{ j + 1 }}<br>
|
||||
<p id="{{ j + 1}}" style="background-color: rgba(255,102,0,.2);">
|
||||
#{{ length - j }}<br>
|
||||
{% for line in entries[j] %}
|
||||
{{ line }}<br>
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user