keep indents
This commit is contained in:
parent
2bfba6f981
commit
68cf30b2d5
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue