{{ 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 }})
{% macro render_comment(comment, depth=0) %}No comments yet. Be the first to share your thoughts!