Files
LazyPM/pkg/web/routes/index.templ
Robin Olsen 0dcfe3989d refine architecture
change module name to repo
2026-02-02 11:22:20 +01:00

9 lines
141 B
Plaintext

package routes
templ Index() {
@BaseLayout() {
<h1>Welcome to the Beads Test Application</h1>
<p>Here are current issues:</p>
}
}