9 lines
211 B
Go Template
9 lines
211 B
Go Template
{{ define "page" }}
|
|
<script type="module">
|
|
import { Application } from "/js/{{ .Data.VERSION }}/dns.mjs"
|
|
window._app = new Application({{ .Data.DNSRecords }})
|
|
</script>
|
|
|
|
<h1>{{ .Data.Identity }}</h1>
|
|
|
|
{{ end }}
|