summaryrefslogtreecommitdiffstats
path: root/vendor/handlebars/examples/dev_mode/template.hbs
blob: 19bb806579fd015357b43b22df45c58746e2b54f (plain)
1
2
3
4
5
6
7
8
<html>
  <head>
    <title>My Laptop</title>
  </head>
  <body>
    <p>My current laptop is {{brand}}: <b>{{model}}</b></p>
  </body>
</html>