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

with inline link

Some text

Some text with inline link

'; return pug_html; }