var Epiphany = require('epiphany'); var server = new Epiphany(); server.dust.filters.jsp = function(value) { return JSON.stringify(value, null, 2); };