assets()->addStyle('/assets/css/app.css', 'early');
$app->assets()->addScript('/assets/js/app.js', 'footer', true);
$flash = $app->flash()->get();
?>
env: = htmlspecialchars(defined('APP_ENV') ? APP_ENV : 'local', ENT_QUOTES) ?>
= htmlspecialchars(t('common.title'), ENT_QUOTES) ?>
= htmlspecialchars(t('common.intro'), ENT_QUOTES) ?>
= htmlspecialchars($flash['type'], ENT_QUOTES) ?>:
= htmlspecialchars($flash['message'], ENT_QUOTES) ?>
Runtime
Current URL: = htmlspecialchars($app->request()->currentUrl(), ENT_QUOTES) ?>
Client-ID: = htmlspecialchars($GLOBALS['client_id'] ?? '', ENT_QUOTES) ?>
Actions
Flash uses SessionManager, no direct globals.