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

6 lines
157 B
Go Template

{{ define "page" }}
<script type="module">
import { Application } from "/js/{{ .Data.VERSION }}/dns.mjs"
window._app = new Application()
</script>
{{ end }}