@extends(main)

Test Inline Tag

@def hello(String who) { hello @who at @ts() }
code result
@verbatim() {
@hello("Tom")
}
        
@hello("Tom")
@verbatim() {
@cache(3) {
@hello("Tom")
}
}
        
@cache(3) { @hello("Tom") }
@include("tmpl_src")