{% extends 'D2BlogBundle::layout.html.twig' %} {% block title %}{{ blog.title }}{% endblock %} {% block body %} {{ blog.created|date('l, F j, Y') }} {{ blog.title }} {{ blog.blog }} Comments {% include 'D2BlogBundle:Comment:index.html.twig' with { 'comments': comments } %} Add Comment {% render url('D2BlogBundle_comment_new', { 'blog_id': blog.id }) %} {% endblock %}
{{ blog.blog }}
Comments
{% include 'D2BlogBundle:Comment:index.html.twig' with { 'comments': comments } %}Add Comment
{% render url('D2BlogBundle_comment_new', { 'blog_id': blog.id }) %}