package templates // IndexProps contains the properties for the Index component type IndexProps struct { Title string } // Index is the main page component templ Index(props IndexProps) { @Layout(props.Title) {

{ props.Title }

Current IP:
Loading...

Loading...

@ConfigModal() @RecordModal()
} }