japp

This variable is a proxy of Factory::getApplication(). It allows to access the active application inside twig layouts.

  1. Returns
  2. Examples

Returns

\Joomla\CMS\Application\CMSApplication The active application.

Examples

{# 
	This will print something like: 
	The active template is protostar
#}
<pre>The active template is {{ japp.getTemplate() }}</pre>