aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat/templates/container_view.html
blob: d842f7e13184a1fbeacf210ae787f9788e6f37a9 (plain)
1
2
3
4
5
6
7
8
9
10
{% extends "base.html" %}
{% block body %}

<h1>Container: {{ container.id }}</h1>

TODO:

<pre>{{ container }}</pre>

{% endblock %}