6 lines
123 B
HTML
6 lines
123 B
HTML
|
{{ define "title" }}Home{{ end }}
|
||
|
{{ define "main" }}
|
||
|
<h2>Latest Guestbooks</h2>
|
||
|
<p>There's nothing here yet</p>
|
||
|
{{ end }}
|