Qute Tutorial
Qute is a templating engine designed specifically to meet the Quarkus needs. The usage of reflection is minimized to reduce the size of native images. The API combines both the imperative and the non-blocking reactive style of coding. In the development mode, all files located in src/main/resources/templates are watched for changes and modifications are immediately visible.
In this page, you will see list of tutorials of Quarkus Qute template engine with handful examples. Hope you find them useful to get started.
-
Using Qute Built in Sections: