I want to learn making solid themes. I dont have lots of css knowledge or any coding skills, but i could modify most themes to my needs. To take it more serious i want to have a good beginner friendly tutorial/book/video course for one of the many base/starter themes. For which one should i go? So far i have this list: https://www.drupal.org/node/323993 .
Many thanks for answers!
Hello, I try to add the node title inside the Breadcrumb in drupal 8, but I don't understand how to pass the variable to my custom template breadcrumb.html.twig called with {{ breadcrumb }} variable inside page.html.twig.
Have you a solution please ?
With Symfony2, I use : {% include "MyBundleName:My:Custom/Path.html.twig" with {'data': myCustomData} %}