Skip to content

Commit 72b59b9

Browse files
authored
Merge pull request #4086 from shaedrich/handlebars
Add topic "Handlebars"
2 parents 8a01568 + 0e66e1d commit 72b59b9

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

topics/handlebars/handlebars.png

5.14 KB
Loading

topics/handlebars/index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
created_by: Yehuda Katz
3+
aliases: handlebarsjs
4+
display_name: Handlebars
5+
logo: handlebars.png
6+
short_description: Handlebars is a simple templating language, that uses a template and an input object to generate HTML or other text formats.
7+
topic: handlebars
8+
url: https://handlebarsjs.com
9+
related: mustache-js, ejs-templates, pug, nunjucks, jinja2, liquid, javascript, templating
10+
released: February 15, 2011
11+
github_url: https://github.com/handlebars-lang
12+
---
13+
**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.

0 commit comments

Comments
 (0)