Files
itsy-gitsy/templates/file.html
T

8 lines
182 B
HTML

<html>
<body style="font-family: monospace;">
{{file.path}} ({{file.name}}) [{{file.id}}]<br/>
-------
<pre style="margin: 0">{{file.contents}}</pre>
</body>
</html>