routeros_dns/views/pages/index.gotmpl
2026-02-25 14:19:06 +01:00

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 }}