Files
cms/web/public/views/home.templ
T
2026-05-31 19:05:39 -05:00

8 lines
97 B
Plaintext

package views
templ HomePage() {
@Layout("Home") {
<h1>It's working! It's working!</h1>
}
}