]> git.proxmox.com Git - rustc.git/blob - src/vendor/handlebars/examples/partials/base0.hbs
New upstream version 1.31.0+dfsg1
[rustc.git] / src / vendor / handlebars / examples / partials / base0.hbs
1 <html>
2 <head>{{title}}</head>
3 <body>
4 <div><h1>Derived from base0.hbs</h1></div>
5 {{~> page}}
6 </body>
7 </html>