loujaybee / handlebars-tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handlebars Templating bootstrap

Some sample Code for setting up a simple templating function short tutorial on handle bars

Why templating?

Templating are reusable components or views that are used in an application. If you've ever tried to concatenate strings in a loop to try and create some HTML to then inject into a page you have implemented some form of templating (albeit relatively rudimentary)

  • Reusable components and views
  • Native looping
  • Added log (i.e hide and show elements based on presents of properties in a data set

What you will need

You can include these manually or through bower

About


Languages

Language:JavaScript 100.0%