Testing Qute templating from Quarkus
mvn clean quarkus:dev
curl http://0.0.0.0:8080/template/single <== one named input to the template
curl http://0.0.0.0:8080/template/multiple <== using multiple named inputs to the template
- creating HTML from multiple inputs
- using JAXB object as input to template (as alternative to XSLT)