= $this->app->printLogo("navbar-brand", "w-auto h-40px", "/"); ?>
{{site.name}}
{{site.descrip}}
= $this->app->printMenu("default", "nav-item", "nav-link text-white", true, "", false); ?>
= $this->app->printMenu("secondary", "", "nav-link text-white", false, "", false); ?>
= $this->app->printMenu("contact", "", "nav-link text-white", false, "", false); ?>
= $this->app->printMenu("legal", "", "mr-3 text-white", false, "", false); ?>
= $this->app->printMenu("social", "", "ml-3 text-white btn-circle border", false, "", false); ?>
© = date("Y") . " {{site.shortname}}." . (!$this->app->footer->removeBranding ? " " . sprintf(_("Desarrollado por
%s"), $this->app->partner->url, $this->app->partner->name) : ''); ?>