'No section helper found

I'm using Qute with Quarkus Renarde (Thanks to Stephane Epardeaud for his talk at Devoxx France :) ); I'm getting this error:

Caused by: io.quarkus.qute.TemplateException: Parser error in template [main.html] on line 29: no section helper found for {#menuItem uri:Events.index() title="Event"/}
    at io.quarkus.qute.Parser.parserError(Parser.java:511)
    at io.quarkus.qute.Parser.parserError(Parser.java:502)
    at io.quarkus.qute.Parser.flushTag(Parser.java:427)
    at io.quarkus.qute.Parser.tag(Parser.java:300)
    at io.quarkus.qute.Parser.processCharacter(Parser.java:205)
    at io.quarkus.qute.Parser.parse(Parser.java:136)
    at io.quarkus.qute.EngineImpl.load(EngineImpl.java:158)
    at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1708)
    at io.quarkus.qute.EngineImpl.getTemplate(EngineImpl.java:121)

here is what is have at line 29:

        {#menuItem uri:Events.index() title="Event"/}

Does anybody know the reason of this error (no section helper found) ?

Thank you very much.

hlrz



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source