7 lines
122 B
HTML
7 lines
122 B
HTML
|
{{define "title"}}Home{{end}}
|
||
|
|
||
|
{{define "main"}}
|
||
|
<h2>Latest Websites</h2>
|
||
|
<p>There's nothing to see here yet!</p>
|
||
|
{{end}}
|