{# /** * @file * Theme override for the basic structure of a single Drupal page. * * @see ./core/themes/stable/templates/layout/html.html.twig */ #} {% set body_classes = [ 'language-' ~ html_attributes.lang, 'ecl-typography', logged_in ? 'user-logged-in', not root_path ? 'path-frontpage' : 'path-' ~ root_path|clean_class, node_type ? 'page-node-type-' ~ node_type|clean_class, db_offline ? 'db-offline', ] %}