wikingo/templates/about.html

10 lines
181 B
HTML
Raw Normal View History

2022-03-19 00:20:31 +01:00
{{define "title"}}
2022-03-22 16:36:18 +01:00
Wikingo - About
2022-03-19 00:20:31 +01:00
{{end}}
{{define "body"}}
2022-03-22 16:36:18 +01:00
<h1>About Wikingo</h1>
<h2>Personal Wiki written in Go</h2>
2022-03-19 00:20:31 +01:00
<p>About Wikingo, Lorem ipsum...</p>
{{end}}