{% extends "base.new.html" %} {% block content %}

Recent Blog Posts

{% for post in posts %}
Card image cap

{{post.title}}

{{post.body | raw}}

Read More →
{% endfor %} {{ include('pagination.html.twig', { currentPage: page, lastPage: pagination.pages }) }}
{% endblock %}