10 lines
206 B
Plaintext
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>
|
|
} |