{% if not (viewPost and postExists) %}{{ post.news_title }}{% endif %}
{{ post.news_poster.data.username }}

{{ post.news_poster.data.username }}

{{ post.news_content_parsed|raw }}
Posted on {{ post.news_timestamp|date(sakura.dateFormat) }}{% if not (viewPost and postExists) %} {{ post.news_comments.count }} comment{% if post.news_comments.count != 1 %}s{% endif %}{% endif %}