{% extends "base.twig" %} {% block content %} <section> <div> {% for item in posts %} {% include 'components/thumbnails/thumbnails.twig' %} {% endfor %} </div> </section> {% endblock %}