{% if all_posts_hidden_nsfw %}
All posts are hidden because they are NSFW. Enable "Show NSFW posts" in settings to view.
{% endif %}
{% if no_posts %}
No posts were found.
{% endif %}
{% if all_posts_filtered %}
(All content on this page has been filtered)
{% else %}
{% for post in posts %}
{% if post.flags.nsfw && prefs.show_nsfw != "on" %}
{% else if !post.title.is_empty() %}
{% call utils::post_in_list(post) %}
{% else %}
{% endif %}
{% endfor %}
{% if prefs.use_hls == "on" %}
{% endif %}
{% endif %}
{% endif %}
{% if prefs.hide_score != "on" %} {{ post.score.0 }} {% else %} • {% endif %}
{{ post.link_title }} in r/{{ post.community }} {{ post.rel_time }}
{{ post.body|safe }}