only in patch2: unchanged: --- a/core/modules/node/templates/field--node--created.html.twig +++ b/core/modules/node/templates/field--node--created.html.twig @@ -15,4 +15,8 @@ * @ingroup themeable */ #} -{{ items }} + + {%- for item in items -%} + {{ item.content }} + {%- endfor -%} + only in patch2: unchanged: --- a/core/modules/node/templates/field--node--uid.html.twig +++ b/core/modules/node/templates/field--node--uid.html.twig @@ -15,4 +15,8 @@ * @ingroup themeable */ #} -{{ items }} + + {%- for item in items -%} + {{ item.content }} + {%- endfor -%} +