diff --git a/src/templates/dev.hbs b/src/templates/dev.hbs new file mode 100644 index 0000000..8c2f389 --- /dev/null +++ b/src/templates/dev.hbs @@ -0,0 +1,14 @@ + + + + + {{>"partials/header.hbs"}} + + + + + {{>"partials/scripts.hbs"}} +
+ + + \ No newline at end of file diff --git a/src/templates/index.hbs b/src/templates/index.hbs index 47e7a42..3f82eb6 100644 --- a/src/templates/index.hbs +++ b/src/templates/index.hbs @@ -2,23 +2,12 @@ - - - - - {{ pageTitle }} + {{>"partials/header.hbs"}} - + {{>"partials/scripts.hbs"}}
diff --git a/src/templates/partials/header.hbs b/src/templates/partials/header.hbs new file mode 100644 index 0000000..9c3d487 --- /dev/null +++ b/src/templates/partials/header.hbs @@ -0,0 +1,6 @@ + + + + +{{ pageTitle }} \ No newline at end of file diff --git a/src/templates/partials/scripts.hbs b/src/templates/partials/scripts.hbs new file mode 100644 index 0000000..df196ca --- /dev/null +++ b/src/templates/partials/scripts.hbs @@ -0,0 +1,7 @@ + \ No newline at end of file