Init Project
All checks were successful
Go CI Pipeline / build_and_test (push) Successful in 11m57s

This commit is contained in:
Enkly
2025-12-09 17:47:21 +01:00
parent d1ebb9fb9b
commit 7a6f64e581
62 changed files with 5238 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{{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}}