I followed directions for VB4 but you may be right.
The plugin for the template is
Code:
$templater = vB_Template::create('quickcalc');
$templatevalues['quickcalc'] = $templater->render();
vB_Template::preRegister('quickcalc', $templatevalues);
$templater = vB_Template::create('footer');
$templatevalues['footer'] = $templater->render();
vB_Template::preRegister('footer', $templatevalues);
On the footer template, I have the standard vb:raw
And the template is cached
So, any ideas on how to exclude this template from just 2 pages?