diff options
Diffstat (limited to 'templates/main.hbs')
| -rw-r--r-- | templates/main.hbs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/main.hbs b/templates/main.hbs new file mode 100644 index 0000000..ef1743d --- /dev/null +++ b/templates/main.hbs @@ -0,0 +1,5 @@ +{{> partials/header }} + +{{{ body }}} + +{{> partials/footer }} |