Consistent Syntax
It is easy to read and a pleasure to write. Markup closely resembles the resulting DOM tree.
Idiosyncracies of HTML, such as the arbitrary distinction between elements and attributes, are automatically made sensible.
Mandatory Validation
Elements and attributes are checked for conformance with the HTML standard, meaning every generated document is guaranteed to be valid.
There is never any need to allow unsafe or unescaped text. All content is appropriately and correctly sanitized.
Flexible Templates
Custom user-defined templates reduce repetition and increase productivity.
The system is versatile enough to function as a static site generator, or to produce markup on-demand as a dynamic website’s templating engine.
Blazing Performance
Templates are compiled to efficient machine code for unparalleled speed.
My entire website can be compiled in less time than other systems take to generate a single page.