<%= post.title ? post.title : "Untitled Post" %>
By <%= post.owner.display_name || post.owner.username %>
<%= post.description %>
<%= post.publish_date ? post.publish_date.toLocaleString('en-US', { dateStyle:'medium'}) : "Null" %>
Null minute read