Description
A Haskell combinator library for generating HTML quickly and safely from code. It lets developers build structured HTML documents without manually concatenating strings.
Use it for web pages, templates, emails, or generated documentation in Haskell projects. Generated HTML still needs proper escaping, accessibility, and content review at the application level.