vte:include

attributes:
file [string] - path relative to vivvo fs root
href [string] - remote resource to include
parse ['on'|'off'] - default on for local files, off for remote resources
* - optional attributes are assigned to included template

If href attribute is used input is not parsed at any time, it is simply outputted. Parse attribute is used for disabling template parsing. If not set on is presumed.

Required attribute is file or href.

vte:include is self closing tag.

Example:

<vte:include file="{VIVVO_TEMPLATE_DIR}box/header.tpl" />

<vte:include href="http://www.vivvo.net/" />

<vte:include file="version.txt" parse="off" />