{{ post.platform.title()[:1] }}
{{ post.title }}
{% else %}{{ post.title }}
{% endif %} {% if post.content %}
{{ post.content | safe | nl2br }}
{% endif %}
{% if post.url and not post.url.startswith('/') %}
{% endif %}
Comments ({{ comments|length }})
{% if comments %}No comments yet. Be the first to share your thoughts!