juri

This variable is a proxy of Uri::getInstance(). It allows to access the active URL as a Uri object inside twig layouts.

  1. Returns
  2. Examples

Returns

Joomla\CMS\Uri\Uri The active Uri instance.

Examples

{# Create a link to the home page #}
<a href="{{ juri.root() }}">Home</a>