This video is an introduction to the Thymeleaf template engine. We will render a list of data class records as an HTML table and also add CSS to our template.
Source code:
https://github.com/titus58/youtube-tu...
Chapters:
00:00 Introduction
00:42 Initialize the project
02:41 Adding the first template and controller
04:55 Passing attributes from Kotlin to the template
07:48 Interation in Thymeleaf attributes
11:47 Adding CSS to Thymeleaf