UNPKG

compound-ex4

Version:

Compound-ex4 - MVC framework for NodeJS (ExpressJs 4 version), fork compoundjs(https://github.com/1602/compound)

27 lines 822 B
function anonymous(locals, attrs, escape, rethrow) { var attrs = jade.attrs, escape = jade.escape, rethrow = jade.rethrow; var __jade = [{ lineno: 1, filename: "testing/user.jade" }]; try { var buf = []; with (locals || {}) { var interp; __jade.unshift({ lineno: 1, filename: __jade[0].filename }); __jade.unshift({ lineno: 1, filename: __jade[0].filename }); buf.push('<h1>Tobi'); __jade.unshift({ lineno: undefined, filename: __jade[0].filename }); __jade.shift(); buf.push('</h1>'); __jade.shift(); __jade.unshift({ lineno: 2, filename: __jade[0].filename }); buf.push('<p>Is a ferret'); __jade.unshift({ lineno: undefined, filename: __jade[0].filename }); __jade.shift(); buf.push('</p>'); __jade.shift(); __jade.shift(); } return buf.join(""); } catch (err) { rethrow(err, __jade[0].filename, __jade[0].lineno); } }