{% for post in posts %} {% if post.day_header %}
{{ post.day_header }}
{% endif %}
{{ post.author_handle|default:post.author_name }} ({{ post.platform }})

{{ post.content|safe }}

{% if post.url %}

Open on {{ post.get_platform_display }} ↗

{% endif %}
{% endfor %}