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