package routes import "github.com/gofiber/fiber/v2" func GetHome(c *fiber.Ctx) error { return c.Render("views/home", fiber.Map{}) }