handlebars
Handlebars provides the power necessary to let you build semantic templates effectively with no frustration
Handlebars provides the power necessary to let you build semantic templates effectively with no frustration
Basic template helpers for printing messages out to the console. Useful for debugging context in templates. Should work with any template engine.
More than 130 Handlebars helpers in ~20 categories. Helpers can be used with Assemble, Generate, Verb, Ghost, gulp-handlebars, grunt-handlebars, consolidate, or any node.js/Handlebars project.
Markdown template helper. Uses remarkable to render markdown in templates. Should work with Handlebars, Lo-Dash or any template engine that supports helper functions.
Generate HTML elements from a javascript object.
Format dates with date.js and moment.js. Uses date.js to parse human readable date phrases, and moment to format the rendered output. Should work with any Handlebars, Lo-Dash, underscore, or any template engine that allows helper functions to be registere
Markdown template helper. Uses remarkable to render markdown in templates. Should work with Handlebars, Lo-Dash or any template engine that supports helper functions.
Easily add private variables to handlebars block helpers.
Utils for handlebars helpers. Externalized from handlebars, to allow helpers to use the utils without having to depend on handlebars itself.
Handlebars block helper for creating private variables that are accessible inside the block.
Linter for Ember or Handlebars templates.
Non-destructive template transformer.
A Handlebars view engine for Express which doesn't suck.
Handlebars helpers which implement layout blocks similar to Jade, Jinja, Nunjucks, Swig, and Twig.
A lightweight package with common helpers for Handlebars
Lightweight, fast, and powerful embedded JS template engine
Handlebars transformer for Jest
Wraps templates with layouts. Layouts can use other layouts and be nested to any depth. This can be used 100% standalone to wrap any kind of file with banners, headers or footer content. Use for markdown, HTML, handlebars views, lo-dash templates, etc. La
Utility belt to level-up your Ember AST transforms
Use async helpers in templates with engines that typically only handle sync helpers. Handlebars and Lodash have been tested.