Template variable
The template variable is replaced by the data that corresponds on the output page by describing it in the template file.
Format
<%Variable identifier[(option)]%> All variable identifiers are described by the small letter.
Variable reference
| Variable identifier | Function etc. |
| <%include(file name)%> | It is replaced including the template and reading a file.This variable is replaced before other variables.It becomes easy to manage the template by making the template file of a common part to the full page when two or more template files are used, and making it read by this variable. |
| <%home%> | It is replaced by URL of the Web site. |
| <%title%> |
It is replaced by "Site title" set by "Site configuration". |
| <%subtitle%> |
It is replaced by "Site subtitle" set by "Site configuration". |
| <%copyright%> |
It is replaced by "Copyright notice" set by "Site configuration". |
| <%stylesheet%> |
It is replaced by "Style sheet" set by "Site configuration". |
| <%charset%> |
It is replaced by "charset" set by "Site configuration". |
| <%keyword%> |
It is replaced by the "Keyword" on each page. |
| <%description%> |
It is replaced by the "Gist" on each page. |
| <%navigator([-]Group ID)%> | It is replaced by the navigator of specified "Group ID". It is possible to make it to the fold type navigator by putting hyphen "-" ahead of "Group ID". Example: <%navigator(-main)%> |
| <%breadcrumbslist%> | It is replaced by breadcrumbslist. |
| <%whatsnew%> | It is replaced by the newly arrived information list. |
| <%pagetitle%> |
It is replaced by "Page title" on each page. |
| <%pagetimestamp%> |
It is replaced by "Time stamp" on each page. |
| <%pagebody%> |
It is replaced by contents on each page. |
| <%sitemap%> | It is replaced by the site map. |