htmlbars icon indicating copy to clipboard operation
htmlbars copied to clipboard

A variant of Handlebars that emits DOM and allows you to write helpers that manipulate live DOM nodes

Results 40 htmlbars issues
Sort by recently updated
recently updated
newest added

I have two arrays: ``` var array1 = [ "a", "b", "c"]; var array2 = [ "x", "y", "z"]; ``` And I try to interate with an each block by...

Is this project abandoned? It is already 6 months since the last update, and there are several issues and pull requests without answer.

Initially reported: https://github.com/martndemus/ember-form-for/issues/123 (with a demo) Browsers adjust the date to the local format. That results in the following error if you try to enter 27.11.2016 (valid german format): >...

Hi, I've recently found this project and I think it's an interesting alternative to Handlebars. I'm testing some stuff to see how it works, but I can't find the way...

Hi there, I´ve used handlebars for quite some time now in various combinations (with Backbone, Ampersand, in Node, etc.) & thought that I might should give `htmlbars` a spin, by...

Is there a document that identifies the syntax of HTMLBars and its compatibility with Handlebars? I considered asking this on StackOverflow, but thought it might be more of a pertinent...

Currently, it seems like Handlebars-style partials in the form `{{> partial-name}}` aren't handled correctly. These are parsed by the Handlebars AST parsing into a PartialStatement, which then ends up getting...

**Requires https://github.com/krisselden/morph-range/pull/8** The current parseHTML implementation requires some DOM APIs not implemented in SimpleDOM. This commit adds a temporary workaround to support using SimpleDOM on the server. In the future,...

May have been previously reported or may just not be supported, however, Character Entities do not appear to be rendered correctly in attributes. No combination of `SafeString`, `{{`, or `{{{`...

I noticed something peculiar about the way htmlbars is treating comments; however, I am not sure if it is a bug or by design. I first noticed this when I...

bug