{% extends 'base.html.twig' %} {% block metaimage %}{% path post.image, 'listing' %}{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %}

{{ post.title }}

{% media post.image, 'listing' %}

{{ post.title }}

{{ post.content|raw }}

A propos de l'auteur

img
{{ post.author.fullname }}
{% render(controller('SonataNewsBundle:Post:comments', {'postId': post.id})) %} {% if post.iscommentable %} {% render(controller('SonataNewsBundle:Post:addCommentForm', { 'postId': post.id, 'form': form })) %} {% else %}
{{ 'message_comments_are_closed'|trans({}, 'SonataNewsBundle') }}
{% endif %}
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %} {#{% render(controller('SonataNewsBundle:Post:comments', {'postId': post.id})) %}#} {#{% if post.iscommentable %}#} {#{% render(controller('SonataNewsBundle:Post:addCommentForm', {#} {#'postId': post.id,#} {#'form': form#} {#})) %}#} {#{% else %}#} {#
#} {#{{ 'message_comments_are_closed'|trans({}, 'SonataNewsBundle') }}#} {#
#} {#{% endif %}#}