mkouba / quarkus-qute-server-pages

Automatically expose Qute templates via HTTP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quarkus QuteServerPages

Version License

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

In a template you can access:

Read the full documentation.

About

Automatically expose Qute templates via HTTP

License:Apache License 2.0


Languages

Language:Java 97.3%Language:HTML 2.7%