Yii2 Layouts & Templates

Hello there. I am new to Yii2. Somehow getting to love it in comparison with other frameworks. I am looking for cool Yii2 layouts or templates that I can use for my web apps.Where can i find hands on tutorials on Widgets?

Fred Mungandi

Widgets are well described in the official guide. As for layouts, any commercial HTML template could be used in Yii with minimal effort. You have to place some PHP code in there (see how layouts/main.php is done) and includde CSS / JS into it (usually via assets, see layout as well).