Skip to content
#

Handlebars

handlebars logo

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.

Here are 200 public repositories matching this topic...

A comprehensive tutorial on how to handle authentication in nextJS14 using Next-Auth. It covers all aspects of user authentication from signing up a user to sending an activation email using MAILTRAP to confirm the user and also sending a link for resetting the password of the user in the event of a forgotten password. It also has a protected page

  • Updated Feb 26, 2024
  • TypeScript

Created by Yehuda Katz

Released February 15, 2011

Followers
19 followers
Organization
handlebars-lang
Website
handlebarsjs.com

Related Topics

ejs-templates javascript jinja2 liquid mustache-js nunjucks pug templating