Top "Hogan.js" questions

Hogan.

Partials with Node.js + Express + Hogan.js

I'm developing a site with Node.js + Express and using as view engine Hogan.js. This is my file app.…

javascript node.js express viewengine hogan.js
Express 3.x best layout implementation (template engines)

From what I've read, ExpressJS 3, dropped support of layouts, leaving it to the template engines. So if an engine, doesn't …

node.js layout express template-engine hogan.js
How to load templates with Hogan.JS from an external file?

I use Hogan.JS as JavaScript templating library. It is supposed to load JavaScript templates from external files. One can …

javascript templates external mustache hogan.js
How to handle string or array of strings in mustache template

I have a simple/beginner question for using mustache templating in my app (or Hogan more accurately). I am using …

mustache hogan.js
Hogan JS IF statements

I don't really like the jade syntax and was wondering if I could do this simple comparison using hoganJS instead? …

javascript html dom pug hogan.js