From 2f414df00e378728701e4061cdb3bebad5df798a Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 7 Nov 2022 02:56:46 -0800 Subject: pds: initial pass at crude web interface --- adenosine-pds/templates/at_repo.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 adenosine-pds/templates/at_repo.html (limited to 'adenosine-pds/templates/at_repo.html') diff --git a/adenosine-pds/templates/at_repo.html b/adenosine-pds/templates/at_repo.html new file mode 100644 index 0000000..dcf4d87 --- /dev/null +++ b/adenosine-pds/templates/at_repo.html @@ -0,0 +1,18 @@ +{% extends "base.html" %} + +{% block main %} +

at://{{ did }}/ + +

collections: +

+ +

repo commit: +

{{ "{:?}"|format(commit) }}
+ +

repo describe +

{{ "{:?}"|format(describe) }}
+{% endblock %} -- cgit v1.2.3