Inserts the currently used WikiTemplate name.
This tag was added in v2.0.50.
Usage#
<wiki:TemplateDir />
Parameters#
none
Example#
If the jspwiki.templateDir has been set to "default", then
<script src="templates/<wiki:Template />/myscript.js">
would insert
<script src="templates/default/myscript.js">