wikingo/templates/about.html

10 lines
181 B
HTML

{{define "title"}}
Wikingo - About
{{end}}
{{define "body"}}
<h1>About Wikingo</h1>
<h2>Personal Wiki written in Go</h2>
<p>About Wikingo, Lorem ipsum...</p>
{{end}}