Hello !
Which is the simplest way to get 'isSection' and 'link' properties of categories to render 'account/categories' pages ? I need them for my account/categories.tpl template.
Thanks in advance for help !
Hi
I failed to figure out what's the extension of tpl under the view folder. What's the view engine? Even I google it , I could not find it. I know pug(jade), ejs ,etc. Anyone told me?
Cheers
@test217 it's called templates.js: https://github.com/benchpressjs/templates.js/
Thank you
@PitaJ Could I change it to pug(jade) or ejs?
@test217 no, it is not possible. Why? Is there some feature or something that it's missing?
@PitaJ Just wandering whether there is option to choose view engine. Personally , used pug a lot and familar with it.