{"id":62922,"library":"gofiber-template-html-v2","title":"Fiber HTML Template Engine","description":"Package html provides an HTML template engine for the Fiber web framework.","status":"active","version":"2.1.3","language":"go","source_language":null,"source_url":"https://github.com/gofiber/template","tags":["fiber","template","html","web-framework"],"install":[{"cmd":"go get github.com/gofiber/template/html/v2","lang":"bash","label":"Install github.com/gofiber/template/html/v2"}],"dependencies":[],"imports":[{"symbol":"html","correct":"github.com/gofiber/template/html/v2"}],"quickstart":{"code":"package main\n\nimport (\n\t\"github.com/gofiber/fiber/v2\"\n\thtml \"github.com/gofiber/template/html/v2\"\n)\n\nfunc main() {\n\tengine := html.New(\"./views\", \".html\")\n\tapp := fiber.New(fiber.Config{Views: engine})\n\tapp.Get(\"/\", func(c *fiber.Ctx) error {\n\t\treturn c.Render(\"index\", fiber.Map{\"Title\": \"Hello\"})\n\t})\n\tapp.Listen(\":3000\")\n}","lang":"go","description":"Creates a Fiber app with an HTML template engine that renders views from a directory."},"warnings":[],"env_vars":null,"search_vec":"'engin':4,11 'fiber':1,14,17 'framework':16,22 'html':2,6,9,19 'packag':5 'provid':7 'templat':3,10,18 'web':15,21 'web-framework':20","created_at":"2026-06-17T16:37:38.788613+00:00","updated_at":"2026-06-17T16:37:38.788613+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/gofiber/template","github":"https://github.com/gofiber/template","docs":"https://pkg.go.dev/github.com/gofiber/template/html/v2#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["web-framework"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}