{% extends 'D2BlogBundle::layout.html.twig' %} {% block title %}{{ blog.title }}{% endblock %} {% block body %}

{{ blog.title }}

{{ blog.title }} image not found

{{ blog.blog }}

Comments

{% include 'D2BlogBundle:Comment:index.html.twig' with { 'comments': comments } %}

Add Comment

{% render url('D2BlogBundle_comment_new', { 'blog_id': blog.id }) %}
{% endblock %}