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

<h1>File: {{ file.id }}</h1>

TODO:

<pre>{{ file }}</pre>

{% endblock %}