diff --git a/packages/guides-theme-bootstrap/resources/template/structure/layout.html.twig b/packages/guides-theme-bootstrap/resources/template/structure/layout.html.twig
index 26cd873a1..f0b3c7d96 100644
--- a/packages/guides-theme-bootstrap/resources/template/structure/layout.html.twig
+++ b/packages/guides-theme-bootstrap/resources/template/structure/layout.html.twig
@@ -27,8 +27,10 @@
{% block breadcrumb %}
{% endblock %}
+
{% block body %}
{% endblock %}
+
diff --git a/packages/guides/resources/template/html/structure/layout.html.twig b/packages/guides/resources/template/html/structure/layout.html.twig
index 99539d59d..a1101081e 100644
--- a/packages/guides/resources/template/html/structure/layout.html.twig
+++ b/packages/guides/resources/template/html/structure/layout.html.twig
@@ -8,7 +8,9 @@
{%~ endblock %}
+
{%~ block body %}
{%~ endblock %}
+