{% macro news_preview(post) %}
{{ post.post_title }}
{{ post.post_text|first_paragraph|parse_text(constant('MSZ_PARSER_MARKDOWN'))|raw }}
{% if post.user_id is not null %}
{{ post.username }}
{% endif %}
{% endmacro %}