scripts.non-js.pug 177 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 script#user-template(type='text/template') #user h1 <%= user.name %> p <%= user.description %> script#user-template(type='text/template'). if (foo) { bar(); }