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
- Host: GitHub
- URL: https://github.com/teedjay/quarkus-qute
- Owner: teedjay
- Created: 2019-12-12T18:32:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-24T18:33:26.000Z (over 6 years ago)
- Last Synced: 2025-03-03T04:42:02.205Z (over 1 year ago)
- Language: Java
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)