Initial commit
This commit is contained in:
commit
36baaf0caf
10 changed files with 961 additions and 0 deletions
7
views/pages/index.gotmpl
Normal file
7
views/pages/index.gotmpl
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{{ define "page" }}
|
||||
<h1>{{ .Data.Identity }}</h1>
|
||||
|
||||
{{ range .Data.DNSRecords }}
|
||||
<div class="dns-record">{{ .NameReversed }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue