diff options
Diffstat (limited to 'views/home.handlebars')
-rw-r--r-- | views/home.handlebars | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/views/home.handlebars b/views/home.handlebars new file mode 100644 index 0000000..c280c9d --- /dev/null +++ b/views/home.handlebars @@ -0,0 +1,3 @@ +<div class="container"> + <h1>{{ title }}</h1> +</div> |