{% macro news_preview(post) %}
{{ post.post_title }}
{{ post.post_text|first_paragraph|parse_text('md')|raw }}
{% endmacro %}