<%=raw notification.getCreatorName() %>
<%= notification.getMomentCreated().fromNow() %>
<% if ( notification.isUnread() ) { %>
<%= notification.getHeadline() %>
<% } else { %>
<%= notification.getHeadline() %>
<% } %>
<%= notification.getMessage() %>