vB_Template::preRegister('template_name',array('foo' => $bar)); ... $templater->register('foo', $bar);
$templater = vB_Template::create('template_name'); $templater->register(...)
<vb:if condition="$foo == 'bar'"> display this <vb:else /> otherwise this </vb:if>