{"id":22338231,"url":"https://github.com/ipfans/beego-pongo2.v2","last_synced_at":"2025-06-21T23:36:58.921Z","repository":{"id":21528356,"uuid":"24847612","full_name":"ipfans/beego-pongo2.v2","owner":"ipfans","description":"A tiny little helper for using Pongo2 (v2) with Beego. [Not in maintenance]","archived":false,"fork":false,"pushed_at":"2015-03-22T13:47:55.000Z","size":125,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-21T23:36:28.668Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ipfans.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-10-06T13:47:15.000Z","updated_at":"2023-06-20T11:25:17.000Z","dependencies_parsed_at":"2022-08-18T21:52:52.931Z","dependency_job_id":null,"html_url":"https://github.com/ipfans/beego-pongo2.v2","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ipfans/beego-pongo2.v2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipfans%2Fbeego-pongo2.v2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipfans%2Fbeego-pongo2.v2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipfans%2Fbeego-pongo2.v2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipfans%2Fbeego-pongo2.v2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ipfans","download_url":"https://codeload.github.com/ipfans/beego-pongo2.v2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipfans%2Fbeego-pongo2.v2/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261211682,"owners_count":23125543,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-04T06:13:32.326Z","updated_at":"2025-06-21T23:36:53.907Z","avatar_url":"https://github.com/ipfans.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"beego-pongo2.v2\n============\n\nA tiny little helper for using Pongo2 (v2) with Beego.\n\nStatus: With little tests. IF YOU FIND BUGS, PLS LET ME KNOW.\n\nDocumentation: http://godoc.org/github.com/ipfans/beego-pongo2.v2\n\nBased on [https://github.com/oal/beego-pongo2](https://github.com/oal/beego-pongo2)\n\n## Usage\n\n```go\npackage controllers\n\nimport (\n    \"github.com/astaxie/beego\"\n    \"github.com/ipfans/beego-pongo2.v2\"\n)\n\ntype MainController struct {\n    beego.Controller\n}\n\nfunc (this *MainController) Get() {\n    pongo2.Render(this.Ctx, \"page.html\", pongo2.Context{\n        \"ints\": []int{1, 2, 3, 4, 5},\n    })\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fipfans%2Fbeego-pongo2.v2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fipfans%2Fbeego-pongo2.v2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fipfans%2Fbeego-pongo2.v2/lists"}