function template(locals) { var pug_html = "", pug_mixins = {}, pug_interp; pug_html = pug_html + ""; var s = "this"; switch (s) { case "this": pug_html = pug_html + "

It's this!

"; break; case "that": pug_html = pug_html + "

It's that!

"; break; } pug_html = pug_html + ""; return pug_html; }