`stopwatch on `tracefile off `traceFile(); // must use traceFile() method to control where to insert the template file name

beginning...

call a simple tag

Another simple tag aTag, which locates in the same directory as this template: first define something in a Java code block. ` List strings = new ArrayList(){{add("you tu");add("me");add("everyone");}}; `t aTag(strings) note: the picka tag is defined in the japidviews/_tags directory `tag picka("a", "b" + "c") | String rr the tag chosed: $rr

and we can can call a tag recursively?

`tag SampleTag(rr) `

we can call without the body part: `tag picka a = "aa", b = "bb" or `tag picka "cc", "dd"

Or using the full path of the tag

`tag japidviews/templates/aTag(strings)

You can use "." instead of "/" on the path:

`tag japidviews.templates.aTag(strings)