summaryrefslogtreecommitdiffstats
path: root/adenosine-pds/templates/at_record.html
blob: 829ed4a9f48363d16e75c9f601b67a9eca795b13 (plain)
1
2
3
4
5
6
7
8
9
{% extends "base.html" %}

{% block main %}
<h2>ATP Repository Explorer</h2>
<div class="repo_aturi">at://<a href="/at/{{ did }}">{{ did }}</a>/<a href="/at/{{ did }}/{{ collection }}">{{ collection }}</a>/{{ tid }}</div>

<h4>JSON</h4>
<pre><code>{{ record|json }}</code></pre>
{% endblock %}