diff --git a/core/modules/node/templates/node.twig b/core/modules/node/templates/node.twig
index 935d0e5..04bc96e 100644
--- a/core/modules/node/templates/node.twig
+++ b/core/modules/node/templates/node.twig
@@ -93,7 +93,7 @@
     </footer>
   {% endif %}
 
-  <div class="{{ content_attributes.class }} content" {{- content_attributes }}>
+  <div class="content" {{- content_attributes }}>
     {# We hide the comments and links now so that we can render them later. #}
     {% hide(content.comments) %}
     {% hide(content.links) %}
