+ Updated the package to support HandleBars
This commit is contained in:
9
views/layouts/main.hbs
Normal file
9
views/layouts/main.hbs
Normal file
@@ -0,0 +1,9 @@
|
||||
{{> header}}
|
||||
{{{body}}}
|
||||
|
||||
<script>
|
||||
console.log(`Layouts are awesome for when you need to do something "globally", maybe have a layout for articles, one for information pages and one more for other stuff such as a different theme!`);
|
||||
console.log(`These messages will show in all pages that are using the main layout!`);
|
||||
</script>
|
||||
|
||||
{{> footer}}
|
||||
Reference in New Issue
Block a user