add README

This commit is contained in:
Trevor Bentley
2023-01-14 23:43:59 +01:00
parent 5191a96b14
commit 8185721f94
3 changed files with 207 additions and 1 deletions
+1 -1
View File
@@ -11,8 +11,8 @@
{% endblock -%}
{% block content %}
<div class="file-contents">
<div class="nocap-header file">{{ file.path }}</div>
<div class="file-contents">
{% if file.contents_safe -%}
{% if file.contents_preformatted -%}
<pre>{{file.contents | safe }}</pre>