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