{if !empty($grid_items)} {loop $grid_items $item} {if $item['ad']} {/if}
{if strpos($item['ad']['image'] ?? $configs['bgimage_default'], '.svg') !== false} {/if} {if $item['ad']} {if !empty($item['ad']['title'])} {echo $item['ad']['title']} {/if} {else} {echo $configs['empty_text']} {/if}
{if $item['ad']} {/if} {/loop} {/if}