Skip to content

Automatically expose Qute templates via HTTP

License

Notifications You must be signed in to change notification settings

quarkiverse/quarkus-qute-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.