pkit_query — Wrapper to HTML::Template::query
my $type = $model->pkit_query(name => 'foo');
Basically a wrapper to the query method HTML::Template. Queries the template for the current page_id. Useful when you have multiple views and want to make sure that you need to hit a database.