keep indents

This commit is contained in:
Michael Zhang 2020-04-21 20:41:42 -05:00
parent 2bfba6f981
commit 68cf30b2d5
Signed by: michael
GPG key ID: BDA47A31A3C8EE6B

View file

@ -14,7 +14,7 @@
</div> </div>
<div class="right"> <div class="right">
{% for line in blob.lines %} {% for line in blob.lines %}
{{ line }} <pre>{{ line }}</pre>
<br /> <br />
{% endfor %} {% endfor %}
</div> </div>