summaryrefslogtreecommitdiffstats
path: root/vendor/handlebars/examples/partials/base0.hbs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/handlebars/examples/partials/base0.hbs')
-rw-r--r--vendor/handlebars/examples/partials/base0.hbs7
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/handlebars/examples/partials/base0.hbs b/vendor/handlebars/examples/partials/base0.hbs
new file mode 100644
index 000000000..34b38e763
--- /dev/null
+++ b/vendor/handlebars/examples/partials/base0.hbs
@@ -0,0 +1,7 @@
+<html>
+ <head>{{title}}</head>
+ <body>
+ <div><h1>Derived from base0.hbs</h1></div>
+ {{> page}}
+ </body>
+</html>