Fetch Prefixes from Triplestore

This commit is contained in:
Tom Wiesing 2022-09-21 15:20:42 +02:00
parent a63e656f69
commit 6f2ba18227
No known key found for this signature in database
8 changed files with 209 additions and 23 deletions

View file

@ -12,6 +12,13 @@
<b>Slug:</b> <code>{{ .Info.Slug }}</code> <br />
<b>URL:</b> <a href="{{ .Info.URL }}" target="_blank" rel="noopener noreferrer">{{ .Info.URL }}</a> <br />
<hr />
<b>Resolver Prefixes:</b>
<ul>
{{ range .Info.Prefixes }}
<li><code>{{ . }}</code></li>
{{ end}}
</ul>
<hr />
<b>Running:</b> <code>{{ .Info.Running }}</code> <br />
<!-- <b>OwnerEmail:</b> <code>{{ .Instance.OwnerEmail }}</code> <br /> -->
<hr />