{{ post.author.nickname }} said {{ momentjs(post.timestamp).fromNow() }}:

{{ post.body }}

{% if post.author.id == g.user.id %}
Delete
{% endif %}