quarkiverse / quarkus-qute-web

Automatically expose Qute templates via HTTP
Apache License 2.0
4 stars 6 forks source link
quarkus-extension qute

Quarkus Qute Web

Version License

The goal of this extension is to expose the Qute templates located in the src/main/resource/templates/pub directory via HTTP. Automatically, no controllers needed. For example, the template src/main/resource/templates/pub/foo.html will be served from the paths /foo and /foo.html by default.

In a template you can access:

Read the full documentation.