summaryrefslogtreecommitdiff
path: root/doc/invocations-http-server/templates/blob.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/invocations-http-server/templates/blob.html')
-rw-r--r--doc/invocations-http-server/templates/blob.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/invocations-http-server/templates/blob.html b/doc/invocations-http-server/templates/blob.html
new file mode 100644
index 00000000..2a64d064
--- /dev/null
+++ b/doc/invocations-http-server/templates/blob.html
@@ -0,0 +1,10 @@
+{% extends "base.html" %}
+{% block heading %}
+Blob {{ name | e }}
+{% endblock %}
+
+{% block content %}
+<h1>Blob {{ name | e }}</h1>
+
+<pre>{{ data | e}}</pre>
+{% endblock %}