package web import ( _ "embed" ) //go:embed home.html var HomeLayout string //go:embed agent.html var AgentLayout string