I'm working on Drupal 8,
I have a content type, called Home page, with fields of content and one field of type Entity Reference who is linked to a taxonomy item.
In page.html.twig I want to get the value of this taxonomy item.
I tried a lot of think but nothing works.
a read than I need to do this code:
{{node.field_home_page_slider_type}}
but it give me a white page. I tried with kint, I'have a lot of property but I dont found how to get the value of my field.
What's the solution?