We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
{call} is used to call a template function defined by the {function} tag just like a plugin function.
{function hello} Hello {$to}! {/function} {$fname = 'hello'} {call $fname to='world'}
output:
Hello world!