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