Can I use EJS Instead of Handlebars? #2
techn0mate
started this conversation in
Ideas
Replies: 1 comment
-
Of course, you can use EJS. Though EJS is a popular library compared to HBS, I've used it for two major reasons. 1. Simplicity is using variables: I haven't got to use any JS syntax inside the file which could've been easier with EJS, for that reason I found that using variables using only {{}} is much easier than <%= %>. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am familiar with EJS syntax, is it possible to use that as an alternative of HBS used in this project?
Beta Was this translation helpful? Give feedback.
All reactions