Files
projectreshoot/view/page/index.templ

10 lines
116 B
Plaintext

package page
import "projectreshoot/view/layout"
templ Index() {
@layout.Global() {
This is my index page
}
}