{% extends 'GergelyPolonkaiFrontBundle:Default:front_base.html.twig' %} {% block content %} {% if chunk.id is not null %}

Edit Code Chunk - {{ chunk.title }}

{% else %}

Create Code Chunk

{% endif %}
{{ form_widget(form) }} Cancel
{% endblock content %}