{% extends "base.html.twig" %} {% block title %}My cool blog posts{% endblock %} {% block body %} {% for entry in blog_entries %}

{{ entry.title }}

{{ entry.body }}

{% endfor %}

{{ pager }}

{% endblock %}