summaryrefslogtreecommitdiffstats
path: root/vendor/handlebars/examples/partials/base0.hbs
blob: 34b38e763547a71323301d696bef323f3232c79b (plain)
1
2
3
4
5
6
7
<html>
  <head>{{title}}</head>
  <body>
    <div><h1>Derived from base0.hbs</h1></div>
    {{> page}}
  </body>
</html>