{"id":53041,"library":"cyberdelia-templates","title":"Templates","description":"A Go package for rendering HTML templates with support for layouts and partials.","status":"active","version":"1.0.0","language":"go","source_language":null,"source_url":"https://github.com/cyberdelia/templates","tags":["templates","html","rendering","web"],"install":[{"cmd":"go get github.com/cyberdelia/templates","lang":"bash","label":"Install github.com/cyberdelia/templates"}],"dependencies":[],"imports":[{"symbol":"templates","correct":"github.com/cyberdelia/templates"}],"quickstart":{"code":"package main\n\nimport (\n\t\"net/http\"\n\t\"github.com/cyberdelia/templates\"\n)\n\nfunc main() {\n\thttp.HandleFunc(\"/\", func(w http.ResponseWriter, r *http.Request) {\n\t\ttemplates.Render(w, \"index\", nil)\n\t})\n\thttp.ListenAndServe(\":8080\", nil)\n}","lang":"go","description":"Renders an HTML template named 'index'."},"warnings":[],"env_vars":null,"search_vec":"'go':3 'html':7,16 'layout':12 'packag':4 'partial':14 'render':6,17 'support':10 'templat':1,8,15 'web':18","created_at":"2026-06-15T07:24:49.841354+00:00","updated_at":"2026-06-15T07:24:49.841354+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/cyberdelia/templates","github":"https://github.com/cyberdelia/templates","docs":"https://pkg.go.dev/github.com/cyberdelia/templates#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["web-framework","utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}