{% extends 'D2BlogBundle::layout.html.twig' %} {% block body %} {% for blog in blogs %}
{{ blog.created|date('l, F j, Y') }}
{{ blog.title }}
{{ blog.blog(500) }}
Continue reading...
{% else %}
There are no blog entries for symblog
{% endfor %} {% endblock %}