roundabout,
created on Monday, 29 April 2024, 10:23:50 (1714386230),
received on Wednesday, 31 July 2024, 06:54:47 (1722408887)
Author identity: vlad <vlad.muntoiu@gmail.com>
a4610bdb6e2dd6952d21aa8fad93748ae52f5943
templates/file-view.html
@@ -33,7 +33,8 @@
{% elif mode == "text" %}
<pre class="code-view" style="--line-chars: {{ contents | split('\n') | length | string | length }}">
{% for i in contents | split("\n") %}
<code>{{ i }}</code>
<div class="line-number">{{ loop.index0 + 1 }}</div>
<x-codeline>{{ i }}</x-codeline>
{% endfor %}
</pre>
{% elif mode == "image" %}