mirror of
https://github.com/kevin-DL/gothstarter.git
synced 2026-01-11 18:14:27 +00:00
initial
This commit is contained in:
11
views/home/index.templ
Normal file
11
views/home/index.templ
Normal file
@@ -0,0 +1,11 @@
|
||||
package home
|
||||
|
||||
import (
|
||||
"gothstarter/views/layouts"
|
||||
)
|
||||
|
||||
templ Index() {
|
||||
@layouts.Base() {
|
||||
<div class="flex flex-col items-center"></div>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user