<% layout("/layouts/platform.html"){ %>
${config.appname!}
<% if(type == 'follow'){ %> 关注事件 <% }else{ %> 关键词事件 <% } %>
<% if(type == 'keyword'){ %>
<% } %>
    <%if(obj.msgType=='txt'){%>
  1. Drag
    ${txt.title!}
  2. <%}else{%> <%for(n in news){%>
  3. Drag
    ${n.title!}
  4. <%}%> <%}%>
<%}%>