diff options
Diffstat (limited to 'adenosine-pds/templates/at_record.html')
-rw-r--r-- | adenosine-pds/templates/at_record.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/adenosine-pds/templates/at_record.html b/adenosine-pds/templates/at_record.html new file mode 100644 index 0000000..10ed838 --- /dev/null +++ b/adenosine-pds/templates/at_record.html @@ -0,0 +1,8 @@ +{% extends "base.html" %} + +{% block main %} +<p><b>at://{{ did }}/{{ collection }}/{{ tid }}</b> + +<p><b>record json:</b> +<pre><code>{{ record }}</code></pre> +{% endblock %} |