If I change /templates/layout/page.html.twig from:
{% include "@pages/_page.twig" %}
... to ...
{% include "@pages/article/article.twig" %}
... my site header and footer do not load their Drupal content. Everything looks fine in Pattern-Lab, but not in Drupal.
What am I missing? Thanks!
If I change /templates/layout/page.html.twig from:
{% include "@pages/_page.twig" %}... to ...
{% include "@pages/article/article.twig" %}... my site header and footer do not load their Drupal content. Everything looks fine in Pattern-Lab, but not in Drupal.
What am I missing? Thanks!