Everything in Drupal is printed via a template.
Enable twig debugging to find out which templates render components of the page.
Copy the base template to your theme with the appropriate name to override it.
Topics
Everything in Drupal is printed via a template.
Enable twig debugging to find out which templates render components of the page.
Copy the base template to your theme with the appropriate name to override it.