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

foo

"; } else { pug_html = pug_html + "

bar

"; } if (true) { { pug_html = pug_html + "

foo

"; } } else { { pug_html = pug_html + "

bar

"; } } if (true) { pug_html = pug_html + "

foo

bar

baz

"; } else { pug_html = pug_html + "

bar

"; } if (!true) { pug_html = pug_html + "

foo

"; } else { pug_html = pug_html + "

bar

"; } if ("nested") { if ("works") { pug_html = pug_html + "

yay

"; } } if (false) {} else { pug_html = pug_html + '
'; } if (true) { pug_html = pug_html + '
'; } pug_html = pug_html + '
'; if (false) { pug_html = pug_html + '
'; } else if (false) { pug_html = pug_html + '
'; } else { pug_html = pug_html + '
'; } return pug_html; }