routeros_dns/views/pages/index.gotmpl
2026-02-24 17:21:55 +01:00

12 lines
243 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>
<div id="records-tree">
</div>
{{ end }}