{"id":13794150,"url":"https://github.com/FlowerWrong/plushgin","last_synced_at":"2025-05-12T20:31:35.769Z","repository":{"id":57485615,"uuid":"115183499","full_name":"FlowerWrong/plushgin","owner":"FlowerWrong","description":"plush template for gin web framework","archived":false,"fork":false,"pushed_at":"2017-12-23T09:40:10.000Z","size":3,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-02-14T19:32:47.135Z","etag":null,"topics":["gin","plush"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FlowerWrong.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-23T08:53:45.000Z","updated_at":"2022-11-24T05:41:36.000Z","dependencies_parsed_at":"2022-09-04T02:01:24.159Z","dependency_job_id":null,"html_url":"https://github.com/FlowerWrong/plushgin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlowerWrong%2Fplushgin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlowerWrong%2Fplushgin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlowerWrong%2Fplushgin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlowerWrong%2Fplushgin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FlowerWrong","download_url":"https://codeload.github.com/FlowerWrong/plushgin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253816771,"owners_count":21968879,"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":["gin","plush"],"created_at":"2024-08-03T23:00:36.528Z","updated_at":"2025-05-12T20:31:34.118Z","avatar_url":"https://github.com/FlowerWrong.png","language":"Go","readme":"# Plush template for gin\n\nPackage plushgin is a plush template renderer that can be used with the [Gin web framework](https://github.com/gin-gonic/gin).\nIt uses the [plush template library](https://github.com/gobuffalo/plush).\n\n## Basic Usage\n\n```golang\nrouter.HTMLRender = plushgin.Default()\n// or\nrouter.HTMLRender = plushgin.New(plushgin.RenderOptions{\n\tTemplateDir: \t\t\"templates\",\n\tContentType: \t\t\"text/html; charset=utf-8\",\n\tMaxCacheEnties: 128,\n})\n\nrouter.GET(\"/\", func(c *gin.Context) {\n\tc.HTML(200, \"index.html\", gin.H{\"name\": \"world\"})\n})\n```\n\n## TODO\n\n* [ ] layout\n","funding_links":[],"categories":["HTML Templates"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FFlowerWrong%2Fplushgin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FFlowerWrong%2Fplushgin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FFlowerWrong%2Fplushgin/lists"}