aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat/templates/container_view.html
diff options
context:
space:
mode:
Diffstat (limited to 'fatcat/templates/container_view.html')
-rw-r--r--fatcat/templates/container_view.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/fatcat/templates/container_view.html b/fatcat/templates/container_view.html
new file mode 100644
index 00000000..d842f7e1
--- /dev/null
+++ b/fatcat/templates/container_view.html
@@ -0,0 +1,10 @@
+{% extends "base.html" %}
+{% block body %}
+
+<h1>Container: {{ container.id }}</h1>
+
+TODO:
+
+<pre>{{ container }}</pre>
+
+{% endblock %}