TEMPLATE

TEMPLATE element identifies the main template associated with the application. Its identifier is "_default".

Syntax

<TEMPLATE Id="_default"> templatePath </TEMPLATE>

Syntax notes

  1. templatePath is the path to the template file

Usage example

<TEMPLATE Id="_default">$(res.path.tpl.html5)/main.xhtml</TEMPLATE>