package views templ Home(title string, data CommonData) { @base(title, data) {

Welcome

Welcome to webweav.ing, a collection of webmastery tools created by the 32-Bit Cafe.

} } templ ComingSoon(title string, data CommonData) { @base(title, data) {

Coming Soon

} }