{{if !empty($module_data['nav_data']) and is_array($module_data['nav_data'])}}
{{foreach $module_data.nav_data as $k=>$v}} {{if !isset($v.is_show) or $v.is_show eq 1}} {{$v.name}} {{/if}} {{/foreach}}
{{/if}}