{{ post.title }}
Published {{ post.published_on | date("F j, Y") }} In {{ post.type }}
{{ post.body | unescape }}
{% if profile_image %}
|default('http://placehold.it/100x100') }})
{% endif %}
{{ post.author_name }}
{% for link in post.user.getSocialProfiles() %}
-
{{ link.name }}
{% endfor %}
{{ post.user.user_bio|unescape }}