Added templ, tailwind and frankenui
This commit is contained in:
9
view/page/index.templ
Normal file
9
view/page/index.templ
Normal file
@@ -0,0 +1,9 @@
|
||||
package page
|
||||
|
||||
import "projectreshoot/view/layout"
|
||||
|
||||
templ Index() {
|
||||
@layout.Global() {
|
||||
This is my index page
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user