<% var a = subj.toString().split('\n')%>
<% for (var j = 1; j < a.length; j++) { %>
<% if (a[j][0] == '?') { %>
<% } %>
<%=a[j] %>
<% } %>
<% }) %>