Dear themers, please check this question and answer. The answer mentions region.html.twig, and even though there is no such file in Basic, the problem might come from another twig file?

http://drupal.stackexchange.com/questions/215912/drupal-8-adds-an-unname...

Comments

Benia created an issue. See original summary.

Benia’s picture

Priority: Major » Normal
joelpittet’s picture

Category: Task » Support request

Checkout twig debug to see where the template is coming from.
https://www.drupal.org/docs/8/theming/twig/locating-template-files-with-...
https://sqndr.github.io/d8-theming-guide/twig/twig-debug.html

It will wrap the template with HTML comments telling you where to find it in the filesystem.

Some of the <div> provide containers for applying attributes to for things like contextual links and quick edit, so be cognizant of that wen removing them when they have {{ attributes }} printed in them.

Benia’s picture

Status: Active » Fixed

Thanks for the data!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.