function template(locals) { var pug_html = "", pug_mixins = {}, pug_interp; var ajax = true; if (ajax) { pug_html = pug_html + "

ajax contents

"; } else { pug_html = pug_html + 'sample

all contetns

'; } return pug_html; }