learnlytics-go/templ/examples/integration-echo/home.templ

6 lines
55 B
Plaintext
Raw Permalink Normal View History

2025-03-20 12:35:13 +01:00
package main
templ Home() {
<div>Hello World</div>
}