templates/Frontend/Render/Block/_layout_page.html.twig line 1

Open in your IDE?
  1.  
  2. {% for blockhtml in page_selected.blocks %}
  3.     {{ block_page(blockhtml.id)|raw }}
  4. {% endfor %}
  5.