diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2025-01-05 16:39:13 -0800 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2025-01-05 16:39:13 -0800 |
commit | d25ec27fb1c3df175e1b98af1fdc26881d68a1ab (patch) | |
tree | a79c729b92c0d0a52b19b37c3a506b988f1e0b80 /templates/name.tmpl | |
download | whois-d25ec27fb1c3df175e1b98af1fdc26881d68a1ab.tar.gz whois-d25ec27fb1c3df175e1b98af1fdc26881d68a1ab.zip |
initial commit by simponic-infra
Diffstat (limited to 'templates/name.tmpl')
-rw-r--r-- | templates/name.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/name.tmpl b/templates/name.tmpl new file mode 100644 index 0000000..108b8a3 --- /dev/null +++ b/templates/name.tmpl @@ -0,0 +1,3 @@ +{{ define "content" }} +{{ .Latest.Name }} +{{ end }}
\ No newline at end of file |