@jarko You can add a custom css rule in the ACP.
.stats-votes { visibility: hidden; }What's the tpl? View engine?
-
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.