guestbook/ui/html/htmx/newguestbook.part.html

6 lines
156 B
HTML
Raw Permalink Normal View History

{{ with .Guestbook }}
<li>
<a href="/guestbooks/{{ shortIdToSlug .ShortId }}">{{ with .SiteUrl }}{{ . }}{{ else }}Untitled{{ end }}</a>
</li>
{{ end }}