{% for post in home_timeline %}
{{ post['account']['display_name'] }} @{{ post['account']['acct'] }}
{% if post['sensitive'] %}
{{ post['spoiler_text'] }}

{{ post['content'] | safe }}

{% else%}

{{ post['content'] | safe }}

{% endif %}
{% endfor %}