@import foo.bar.* @extends(main)

Test chained extension

code result
@verbatim() {
@chain().raw().cache(3).assign("r1") {
    

chained content: @(new Date().getTime())

} the result is @r1 }
@chain().raw().cache(3).assign("r1") {

chained content: @(new Date().getTime())

} the result is @r1
@include(tmpl_src)