package base import ( "github.com/zhang2092/go-url-shortener/internal/templ/css" "github.com/zhang2092/go-url-shortener/internal/templ/funcs" "github.com/zhang2092/go-url-shortener/internal/templ/js" ) templ Base(page string) { switch page { case "home": @css.HomeCSS() } URL段地址服务
{ children... } switch page { case "home": @js.HomeJS() } }