mirror of
https://github.com/kirsle/kirsle.net
synced 2024-11-14 04:49:29 +00:00
9 lines
154 B
Plaintext
9 lines
154 B
Plaintext
{{ define "title" }}My Guestbook{{ end }}
|
|
{{ define "content" }}
|
|
|
|
<h1>My Guestbook</h1>
|
|
|
|
{{ RenderComments .Request "Guestbook" "guestbook" }}
|
|
|
|
{{ end }}
|