app.set('view options', { pretty: true });
if (app.get('env') === 'development') { app.locals.pretty = true; }