@leobm @cwensel Yes, this is solid advice.The server side templates don’t need to be too sophisticated. For me, standard #golang templates have been plenty, though many gophers like the Templ library.My routes are pretty simple. Each “object” has a list of additional methods/routes that they can load, so there’s only two levels of hierarchy and I’ve never felt like I needed more. There are a few odd widgets that I add in, but in my app they’re usually more trouble than they’re worth.