function compile(template, content, skipFormatting) {
            return formatHTML(Handlebars.compile(template)(content));

            function formatHTML(htmlstr) {
                /*jslint camelcase:false*/