juri
This variable is a proxy of Uri::getInstance(). It allows to access the active URL as a Uri object inside twig layouts.
Returns
Joomla\CMS\Uri\Uri
The active Uri instance.
Examples
{# Create a link to the home page #}
<a href="{{ juri.root() }}">Home</a>