that’s the first time I approach to Drupal or a CMS more generally but I’ve been working since years as FE dev.
I’m creating a theme based on a template created from scratch for the Italian Public Administration(PA) in such way to define a standard for the PA websites.
This is the template project
So I have to fully rely over the CSS and JS files provided by the theme, and can’t use a base theme.
I’m struggling to understand how to change the content of the head-placehoder
and the title
one in the html.html.twig
file
<head> <head-placeholder token="{{ placeholder_token }}"> <title>{{ head_title|safe_join(' | ') }}</title> <css-placeholder token="{{ placeholder_token }}"> <js-placeholder token="{{ placeholder_token }}"> </head>