{% macro news_preview(post) %} {% from 'macros.twig' import container_title, avatar %}
{% if post.user_id is not null %} {% endif %} {{ post.category_name }}
Posted

{{ post.post_title }}

{{ post.post_text|first_paragraph|parse_text(constant('MSZ_PARSER_MARKDOWN'))|raw }}
{% endmacro %} {% macro news_post(post) %} {% from 'macros.twig' import avatar %}

{{ post.post_title }}

{{ post.post_text|parse_text(constant('MSZ_PARSER_MARKDOWN'))|raw }}
{% endmacro %}