Files
2026-01-24 15:59:05 +02:00

10 lines
206 B
Plaintext

package templates
templ Home() {
<div>
<h1>Welcome to Futur Web App</h1>
<p>This is server-rendered with Templ and HTMX.</p>
<a href="/login">Login</a>
<a href="/dashboard">Dashboard</a>
</div>
}