Closed otherpoint closed 6 months ago
In chapter 5, it says the design system should have a template named header-home.html.twig for the front page header found at project/storybook/stories/03-organisms/header/header-home.html.twig . This does not exist. Only header.html.twig exists.
header-home.html.twig
project/storybook/stories/03-organisms/header/header-home.html.twig
header.html.twig
{{ include('@organisms/header-home.html.twig', { 'blocks': content }) }}
I've added this typo here: https://github.com/PacktPublishing/Modernizing-Drupal-10-Theme-Development/blob/main/ERRATA.md#chapter-5
In chapter 5, it says the design system should have a template named
header-home.html.twig
for the front page header found atproject/storybook/stories/03-organisms/header/header-home.html.twig
. This does not exist. Onlyheader.html.twig
exists.{{ include('@organisms/header-home.html.twig', { 'blocks': content }) }}