before...

note: the picka tag is defined in the japidviews/_tags directory #{picka "a", "b" + "c" | String r} the tag chosed: $r #{/}

after... Another simple tag aTag, which locates in the same directory as this template: first define something in a Java code block. `// java.util.* is automatically imported ` List strings = new ArrayList(){{add("you");add("me");add("them");}};

now call a simple tag

#{aTag strings /}

Or using the full path of the tag

#{japidviews/templates/aTag strings /}

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

#{japidviews.templates.aTag strings /}