Avatar
@{{ post.author.login }}
{% for pt in post.postTags %} {{ pt.text }} {% endfor %}
{{ post.text|markdown('app.point.markdown_parser') }}
{% for file in post.files %}
{% endfor %}
{% if is_feed is not defined and post.comments|length > 0 %}
{# {% include '@SkobkinPointTools/Post/comments_tree.html.twig' with { 'comments': post.firstLevelComments } only %} #} {% include 'SkobkinPointToolsBundle:Post:comments_list.html.twig' with { 'comments': post.comments } %}
{% endif %}