Skip to content

Instantly share code, notes, and snippets.

@rayepeng
Created June 8, 2023 05:05
Show Gist options
  • Save rayepeng/624452b59201078d7bf780f53d2c8a3d to your computer and use it in GitHub Desktop.
Save rayepeng/624452b59201078d7bf780f53d2c8a3d to your computer and use it in GitHub Desktop.
(function anonymous(pug
) {
function template(locals) {var pug_html = "", pug_mixins = {}, pug_interp;var pug_debug_filename, pug_debug_line;try {;
var locals_for_with = (locals || {});
(function (msg) {
;pug_debug_line = 1;
pug_html = pug_html + "\u003Ch1\u003E";
;pug_debug_line = 1;
pug_html = pug_html + (pug.escape(null == (pug_interp = msg) ? "" : pug_interp)) + "\u003Cscript\u003Ealert(origin)\u003C\u002Fscript\u003E\u003C\u002Fh1\u003E";
}.call(this, "msg" in locals_for_with ?
locals_for_with.msg :
typeof msg !== 'undefined' ? msg : undefined));
;} catch (err) {pug.rethrow(err, pug_debug_filename, pug_debug_line);};return pug_html;}
return template;
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment