{"id":17331998,"url":"https://github.com/ocramz/blaze-html-qq","last_synced_at":"2025-07-23T04:35:20.165Z","repository":{"id":198886889,"uuid":"626080404","full_name":"ocramz/blaze-html-qq","owner":"ocramz","description":"Quasiquoter for blaze-html","archived":false,"fork":false,"pushed_at":"2023-11-10T07:14:32.000Z","size":26,"stargazers_count":7,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-21T18:22:30.037Z","etag":null,"topics":["htmx-template","quasiquoter","web"],"latest_commit_sha":null,"homepage":"","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ocramz.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-04-10T18:55:22.000Z","updated_at":"2024-09-02T20:54:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"f8ec8fd4-be85-452d-96bb-252e7b54df72","html_url":"https://github.com/ocramz/blaze-html-qq","commit_stats":null,"previous_names":["ocramz/blaze-html-qq"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ocramz/blaze-html-qq","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocramz%2Fblaze-html-qq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocramz%2Fblaze-html-qq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocramz%2Fblaze-html-qq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocramz%2Fblaze-html-qq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ocramz","download_url":"https://codeload.github.com/ocramz/blaze-html-qq/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocramz%2Fblaze-html-qq/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266618941,"owners_count":23957273,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["htmx-template","quasiquoter","web"],"created_at":"2024-10-15T14:56:14.444Z","updated_at":"2025-07-23T04:35:20.130Z","avatar_url":"https://github.com/ocramz.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# blaze-html-qq\n\n[![CI](https://github.com/ocramz/blaze-html-qq/actions/workflows/ci.yml/badge.svg)](https://github.com/ocramz/blaze-html-qq/actions/workflows/ci.yml)\n\nQuasiQuoter for [`blaze-html`](https://hackage.haskell.org/package/blaze-html). Parse inline HTML snippets at compile time and produce `MarkupM` values, e.g. \n\n```haskell\n{-# language QuasiQuotes #-}\n-- blaze-html\nimport qualified Text.Blaze.Html.Renderer.Text as BT (renderHtml)\n-- text\nimport qualified Data.Text.Lazy as TL (Text)\n\n\nimport Text.Blaze.HTML.QQ (blaze)\n\ntest :: TL.Text\ntest = BT.renderHtml [blaze|\n\u003cdiv\u003e\n  \u003ch1 class=\"widget\" style=\"potato\"\u003e\n  Hello!\n  \u003c/h1\u003e\n\u003c/div\u003e\n|]\n```\n\n```\n\u003e test\n\"\u003cdiv\u003e\u003ch1 class=\\\"widget\\\" style=\\\"potato\\\"\u003eHello!\u003c/h1\u003e\u003c/div\u003e\"\n```\n\nThis can play well alongside server-side web frameworks such as [HTMX](https://htmx.org/) and [`scotty`](https://hackage.haskell.org/package/scotty).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Focramz%2Fblaze-html-qq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Focramz%2Fblaze-html-qq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Focramz%2Fblaze-html-qq/lists"}