Creating an Expression Object Using Thymeleaf
See the original posting on DZone Python
Introduction
In this tutorial, we will learn how to create an Expression object (similar to #string, #dates, #lists), using Thymeleaf. It will check whether a number is even or odd. For this, let’s use a quick and practical example.
What Is a Thymeleaf Dialect?
A dialect allows you to add custom functionality to thymeleaf. Thus extending your ability to build and reuse templates.