jade template tag bracket percentage definition
问题 I was reading the following jade code in drywall signup page and not sure about what the appearances of <% <%= means ? Can any one tell me ? script(type='text/template', id='tmpl-signup') form div.alerts |<% _.each(errors, function(err) { %> div.alert.alert-danger.alert-dismissable button.close(type='button', data-dismiss='alert') × |<%= err %> |<% }); %> div.form-group(class!='<%= errfor.username ? "has-error" : "" %>') label.control-label Pick a Username: input.form-control(type='text',