Krang::Navigation - Krang module to manage UI navbar
use Krang::ClassLoader 'Navigation';
pkg('Navigation')->fill_template(template => $template);
This module manages the navigation for the Krang UI.
Krang::Navigation->fill_template(template => $template)By default, when the ajax param is true in the query string then
nothing is added to the template. This is almost always what you want
since AJAX requests don't update the nav. But this can be changed via
the force_ajax option below.
It takes the following named arguments: