handlebars-layouts icon indicating copy to clipboard operation
handlebars-layouts copied to clipboard

Handlebars helpers which implement layout blocks similar to Jinja, Nunjucks (Swig), Pug (Jade), and Twig.

Results 5 handlebars-layouts issues
Sort by recently updated
recently updated
newest added

# Context+What I checked - The blocks are wraped on a layout and extended with context, therefore: - The blocks compile correctly when outside the each loop - Rendering blocks...

I have been struggling quite a bit with generating a static site using gulp, handlebars, and handlebars layouts. I suspect I am doing something wrong but I cannot for the...

Current CI builds report as failed, even though they pass locally. Seems to be an integration issue.

Is there a way to change the `default` of `mode`? Actually is set on `replace` but I want to change it.

enhancement

handlebarsjs has an inline partials feature now. It would be nice to be able to do `{{#embed 'my_inline_partial'}}{{/embed}}`. Is there a different way to use them I'm missing? Inline partials...