aboutsummaryrefslogtreecommitdiff
path: root/pyenc/templates/file.html
diff options
context:
space:
mode:
Diffstat (limited to 'pyenc/templates/file.html')
-rw-r--r--pyenc/templates/file.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/pyenc/templates/file.html b/pyenc/templates/file.html
new file mode 100644
index 0000000..19bc811
--- /dev/null
+++ b/pyenc/templates/file.html
@@ -0,0 +1,6 @@
+{% extends "base.html" %}
+{% block content %}
+<h1>File ‘{{ title }}’</h1>
+<pre>{{ content }}</pre>
+{% endblock %}
+{# ft:jinja #}