Files
toutaloue/public/templates/agency/about.html
Enkly 7a6f64e581
All checks were successful
Go CI Pipeline / build_and_test (push) Successful in 11m57s
Init Project
2025-12-09 17:47:21 +01:00

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}}