amansrivastava/d9-dev

#12 ­- Theming 101

Closed this issue · 0 comments

Objective

At the end of this course, you will be able to

  • build a very basic 3 column D8 theme using "stable" as the base theme

Exercise

  1. Generate a new theme with “stable” as the base theme usingDrupal console.
  2. Define 3 regions (sidebar1, content, sidebar2 while generatingthe theme).
  3. Turn on Twig Debugging to see the template names in use, as well as template name suggestions (This is covered in our Day10 course) in the view source.
  4. Override page.html.twig in your theme such that 3 columns are rendered in the page.