aboutsummaryrefslogtreecommitdiff
path: root/views/home.handlebars
diff options
context:
space:
mode:
authorMateja <mail@matejamaric.com>2021-05-02 20:53:15 +0200
committerMateja <mail@matejamaric.com>2021-05-02 20:53:15 +0200
commit046c978ecfa3f664d9a0d423ac01075e6be170ab (patch)
tree90da0f2907758f0ded7ec49be1b20e64b43e8083 /views/home.handlebars
parent5f94b339018bf5480402dcfb1269124e534ebb8f (diff)
downloadnode-playground-046c978ecfa3f664d9a0d423ac01075e6be170ab.tar.gz
node-playground-046c978ecfa3f664d9a0d423ac01075e6be170ab.zip
Started using `express-handlebars`.
Diffstat (limited to 'views/home.handlebars')
-rw-r--r--views/home.handlebars3
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>