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

Add comment for blog post "{{ comment.blog.title }}"

{% include 'D2BlogBundle:Comment:form.html.twig' with { 'form': form } %} {% endblock %}