DOMly icon indicating copy to clipboard operation
DOMly copied to clipboard

The fast template system that creates and clones DOM nodes

Results 14 DOMly issues
Sort by recently updated
recently updated
newest added

`{{{statement}}}` should insert unescaped HTML instead of textContent, like Mustache and Handlebars.

Investigate complication, benefits, and additional features that could be supported by this

Currently, the `frag` branch generates a cloneable document fragment for an entire template if it doesn't have any dynamic aspects. This should be done on a smaller scale where it...