Does anyone know how to insert images into qute template? I tried to write something in my HTML like:
<img src="../../../resources/templates/imgs/test.jpg" alt=""/>
but always got exception:
java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
and a lot of symbols of image code.
And the same question if image is SVG format.