package component
templ HomePage() {
@PageWrapper("HOME"){
@LandingContent()
}
}
templ FormSatu() {
@PageWrapper("Form Satu"){
}
}
templ FormDua() {
@PageWrapper("HOME"){
}
}
templ FormTiga() {
@PageWrapper("HOME"){
}
}
templ Try() {
@PageWrapper("TRY"){
CIE MAU COBA YA
}
}