How to get cookie from the template of smarty?

I can get cookie: in the php code in the following way

$_COOKIE["qicloud_access_token"]

but how to get cookie in the template of smarty?

Mar.28,2021

{* display the value of the cookie "username" ($_COOKIE['username']) *}
{$smarty.cookies.username}

https://www.smarty.net/docs/z.

Menu