aboutsummaryrefslogtreecommitdiff
path: root/views/home.handlebars
diff options
context:
space:
mode:
authorMateja <mail@matejamaric.com>2021-05-06 21:07:24 +0200
committerMateja <mail@matejamaric.com>2021-05-06 21:07:24 +0200
commit376fae2a3367d5813d088a29c5a62938bd55f762 (patch)
tree3812cbf552d90024550cc2e88e0ba2cf4927f191 /views/home.handlebars
parente0f29f19df909b7a49ac693d82ba5ff085d079a2 (diff)
downloadnode-playground-376fae2a3367d5813d088a29c5a62938bd55f762.tar.gz
node-playground-376fae2a3367d5813d088a29c5a62938bd55f762.zip
Boilerplate for login system.
Diffstat (limited to 'views/home.handlebars')
-rw-r--r--views/home.handlebars2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/home.handlebars b/views/home.handlebars
index 6061e4e..b0b7d34 100644
--- a/views/home.handlebars
+++ b/views/home.handlebars
@@ -8,7 +8,7 @@
</div>
<div class="card-body">
<div class="card-text">
- {{this.text}}
+ {{{this.text}}}
</div>
<a href="/remove-post/{{this._id}}" class="badge float-end">Remove</a>
</div>