aboutsummaryrefslogtreecommitdiff
path: root/apps/servers/octopus/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'apps/servers/octopus/templates/index.html')
-rw-r--r--apps/servers/octopus/templates/index.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/servers/octopus/templates/index.html b/apps/servers/octopus/templates/index.html
new file mode 100644
index 000000000000..fd23cc2c311a
--- /dev/null
+++ b/apps/servers/octopus/templates/index.html
@@ -0,0 +1,7 @@
+{% extends "core.html" %}
+
+{% block content %}
+
+{{ readme }}
+
+{% endblock %}