Initial commit

This commit is contained in:
Magnus Åhall 2026-02-20 13:26:21 +01:00
commit 36baaf0caf
10 changed files with 961 additions and 0 deletions

7
views/pages/index.gotmpl Normal file
View file

@ -0,0 +1,7 @@
{{ define "page" }}
<h1>{{ .Data.Identity }}</h1>
{{ range .Data.DNSRecords }}
<div class="dns-record">{{ .NameReversed }}
{{ end }}
{{ end }}