Files
gothstarter/views/home/index.templ
2024-04-24 19:52:05 +02:00

12 lines
144 B
Plaintext

package home
import (
"gothstarter/views/layouts"
)
templ Index() {
@layouts.Base() {
<div class="flex flex-col items-center"></div>
}
}