Skip to content

Commit 0e66e1d

Browse files
authored
Fix release month and GitHub URL
1 parent a1b6dbf commit 0e66e1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

topics/handlebars/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ short_description: Handlebars is a simple templating language, that uses a templ
77
topic: handlebars
88
url: https://handlebarsjs.com
99
related: mustache-js, ejs-templates, pug, nunjucks, jinja2, liquid, javascript, templating
10-
released: Feb 15, 2011
11-
github_url: https://handlebarsjs.com
10+
released: February 15, 2011
11+
github_url: https://github.com/handlebars-lang
1212
---
1313
**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)