Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.61 KB

README.md

File metadata and controls

18 lines (13 loc) · 1.61 KB

Quarkus Qute Web

Version License

The goal of this extension is to expose the Qute templates located in the src/main/resources/templates/pub directory via HTTP. Automatically, no controllers needed. For example, the template src/main/resources/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.