{% extends "base.html.twig" %}{% import "./macros_typography.html.twig" as macrosTypography %}{% import "./macros_button.html.twig" as macrosButton %}{% set headerColor = 'header-transparent'%}{% block content %} {% for item in content.blocks %} <!-- {{ item.type }} --> {{ include('includes/blocks/' ~ item.type ~ '.html.twig', { content : item, template : template}) }} {% endfor %} {% endblock %}