An open API service indexing awesome lists of open source software.

https://github.com/teedjay/quarkus-qute

Playing around with the Qute templating language
https://github.com/teedjay/quarkus-qute

Last synced: 12 months ago
JSON representation

Playing around with the Qute templating language

Awesome Lists containing this project

README

          

# quarkus-qute
Testing Qute templating from Quarkus

## Start dev mode
```
mvn clean quarkus:dev
```

## Testing
```
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
```

## Some features
- creating HTML from multiple inputs
- using JAXB object as input to template (as alternative to XSLT)