Unable to find template "@templates/blocks/text.html.twig" (looked into: /var/www/vhosts/e-tuktuk.at/httpdocs/site/templates).
{% extends "layout.twig" %}
{% block content %}
{% set previous_block_key = null %}
{% for block in page.builder.toBlocks %}
{% include '@templates/blocks/' ~ block.type ~ '.html.twig' with {'parent': parent, 'children': children}%}
{% set previous_block_key = block.type %}
{% endfor %}
{% endblock %}