Handlebars.registerHelper('ifneq', function(a, b, options) {
        return a != b ? options.fn(this):options.inverse(this);
    });