getAttribute('locale')->languageTag();
?>
= strip_tags($title) ?>
getPreference('META_TITLE') !== '') : ?>
– = e($tree->getPreference('META_TITLE')) ?>
stylesheets() as $stylesheet) : ?>
= View::stack('styles') ?>
= app(ModuleService::class)->findByInterface(ModuleGlobalInterface::class)->map(static function (ModuleGlobalInterface $module): string { return $module->headContent(); })->implode('') ?>
= DebugBar::renderHead() ?>
= View::stack('javascript') ?>
= app(ModuleService::class)->findByInterface(ModuleGlobalInterface::class)->map(static function (ModuleGlobalInterface $module): string { return $module->bodyContent(); })->implode('') ?>
= DebugBar::render() ?>