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

<h1>Creator: {{ creator.id }}</h1>

TODO:

<pre>{{ creator }}</pre>

{% endblock %}