{{if is_array($value)}} {{foreach $value as $item}} {{$html = call_user_func( $template, $item );}}
  • × {$html|raw}
  • {{endforeach}} {{endif}}