Handlebars topic

Handlebars is a simple templating language. It uses a template and an input object to generate HTML or other text formats. Handlebars templates look like regular text with embedded Handlebars expressions. Handlebars is largely compatible with Mustache templates. In most cases it is possible to swap out Mustache with Handlebars and continue using your current templates. A handlebars expression is a {{, some contents, followed by a }}. When the template is executed, these expressions are replaced with values from an input object.

List Handlebars repositories

discover-rewards-notifier

7
Stars
16
Forks
Watchers

A Chrome Extension that shows a notification when visiting sites that qualify for Discover® Deals or Cashback Rewards.

raymond

571
Stars
95
Forks
Watchers

Handlebars for golang

gulp-hb

147
Stars
14
Forks
Watchers

A sane Gulp plugin to compile Handlebars templates. Useful as a static site generator.

handlebars-layouts

360
Stars
33
Forks
Watchers

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

handlebars-wax

39
Stars
9
Forks
Watchers

The missing Handlebars API for data, partials, helpers, and decorators.

htmlcompile

8
Stars
2
Forks
Watchers

Compile, optimize and compress anything to HTML.

ember_tools.vim

50
Stars
12
Forks
Watchers

Tools for working with ember projects

handlebars-react

122
Stars
8
Forks
Watchers

Compile Handlebars templates to React.

handlebars

33
Stars
7
Forks
Watchers

:heartbeat: [handlebars by golang] :heartbeat: handlebars template engine by golang