<% if ( title ) { %>

<%= title %>

<% } %>

<% if ( category && category != '-- Pick a category --' ) { %> Saved in the <%= category %> category <% } %>

<% print( moment( created ).fromNow() ) %>

<% if ( file ) { %>
<% } %> <% if ( details ) { %>
<%= details %>
<% } %>