@import foo.bar.* @extends(main)
@verbatim() { @chain().raw().cache(3).assign("r1") { chained content: @(new Date().getTime()) } the result is @r1 }
chained content: @(new Date().getTime())