aboutsummaryrefslogtreecommitdiff
path: root/crumbs/templates/keys.html
diff options
context:
space:
mode:
Diffstat (limited to 'crumbs/templates/keys.html')
-rw-r--r--crumbs/templates/keys.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/crumbs/templates/keys.html b/crumbs/templates/keys.html
new file mode 100644
index 0000000..e1b98ee
--- /dev/null
+++ b/crumbs/templates/keys.html
@@ -0,0 +1,19 @@
+{% extends "normal.html" %}
+
+{% block title %}{{ page.title }} {% endblock title %}
+
+{% block content %}
+<div class="card">
+ <div class="card-content">
+ {{ page.content }}
+
+ <p>Following is a signed key statement:</p>
+
+ <pre class="keys">
+ {% include "keys.txt" %}
+ </pre>
+ </div>
+</div>
+{% endblock %}
+
+