@extends(main)

Demonstrate Tag invoke using relative path name

Code Result
@verbatim(){

Invoke tag using full path

@Application.tags.bar() }

Invoke tag using full path

@Application.tags.bar()
@verbatim(){

Invoke tag using relative path

@tags.bar() }

Invoke tag using relative path

@tags.bar()
@include(tmpl_src)