aboutsummaryrefslogtreecommitdiffstats
path: root/adenosine-pds/templates/profile.html
diff options
context:
space:
mode:
Diffstat (limited to 'adenosine-pds/templates/profile.html')
-rw-r--r--adenosine-pds/templates/profile.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/adenosine-pds/templates/profile.html b/adenosine-pds/templates/profile.html
new file mode 100644
index 0000000..7c17951
--- /dev/null
+++ b/adenosine-pds/templates/profile.html
@@ -0,0 +1,7 @@
+{% extends "base.html" %}
+
+{% block main %}
+<p><b>at://{{ did }}/</b>
+
+<p>Profile page (TODO)
+{% endblock %}