11 lines
268 B
HTML
11 lines
268 B
HTML
{{define "about"}}
|
|
<div class="card">
|
|
<h1>About Us</h1>
|
|
<p>
|
|
We believe in keeping things simple. No complex JavaScript frameworks, just
|
|
pure HTML and hypermedia controls.
|
|
</p>
|
|
<p>This page was rendered at: <strong>{{.Time}}</strong></p>
|
|
</div>
|
|
{{end}}
|