示例#1
0
func welcome(c *echo.Context) error {
	return c.Render(http.StatusOK, "welcome", "Joe")
}