mirror of
https://github.com/GRFreire/nthmail.git
synced 2026-01-09 04:49:39 +00:00
6 lines
77 B
Plaintext
6 lines
77 B
Plaintext
package main
|
|
|
|
templ index(appname string) {
|
|
<h1>Home for { appname }</h1>
|
|
}
|