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.

Note this service is in a pre-alpha state. Your account and data can disappear at any time.

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

Coming Soon

} }