doctype(); ?>
= $this->headTitle('Cattlecall')->setSeparator(' - ')->setAutoEscape(false) ?> headMeta() ->appendName('viewport', 'width=device-width, initial-scale=1.0') ->appendHttpEquiv('X-UA-Compatible', 'IE=edge') ?> headLink(array('rel' => 'shortcut icon', 'type' => 'image/vnd.microsoft.icon', 'href' => $this->basePath() . '/images/favicons/favicon.ico')) ->prependStylesheet($this->basePath('css/animate.min.css')) ->prependStylesheet($this->basePath('vendor/custom-scrollbar/jquery.mCustomScrollbar.css')) ->prependStylesheet($this->basePath('css/owl.carousel.min.css')) ->prependStylesheet($this->basePath('css/owl.theme.default.min.css')) ->prependStylesheet($this->basePath('vendor/fontawesome-free/css/fontawesome.min.css')) ->prependStylesheet($this->basePath('css/style.css')) ->prependStylesheet($this->basePath('vendor/bootstrap/css/bootstrap.min.css'))->setAutoEscape(false) ?> headScript() ->prependFile($this->basePath('js/lax.min.js')) ->prependFile($this->basePath('vendor/custom-scrollbar/jquery.mCustomScrollbar.concat.min.js')) ->prependFile($this->basePath('js/app.js')) ->prependFile($this->basePath('js/highlight.js')) ->prependFile($this->basePath('js/owl.carousel.min.js')) ->prependFile($this->basePath('vendor/fontawesome-free/js/fontawesome.min.js')) ->prependFile($this->basePath('vendor/bootstrap/js/bootstrap.min.js')) ->prependFile($this->basePath('js/jquery-3.4.1.slim.min.js'))->setAutoEscape(false) ?>