{{if !empty($category_info)}}
{{else /}}
{{if !empty($params['awd'])}}
{{/if}}
{{/if}}
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
{{$category_info.name}}
{{:MyLang('common_service.search.search_breadcrumb_result_last_text')}}
plugins_view_article_category_content_top
{{/if}}
{{if !empty($plugins_view_article_category_content_top_data) and is_array($plugins_view_article_category_content_top_data)}}
{{foreach $plugins_view_article_category_content_top_data as $hook}}
{{if is_string($hook) or is_int($hook)}}
{{$hook|raw}}
{{/if}}
{{/foreach}}
{{/if}}
{{if !empty($data_list)}}
-
{{foreach $data_list as $v}}
-
{{if empty($v['cover'])}}
{{$v.title}}
{{else /}}
{{if empty($v['describe'])}}
{{$v.title}} {{else /}}
{{$v.title}}
{{$v.describe}}
{{/foreach}}
{{$page_html|raw}}
{{else /}}
{{:ModuleInclude('public/not_data')}}
{{/if}}
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
plugins_view_article_category_content_botton
{{/if}}
{{if !empty($plugins_view_article_category_content_botton_data) and is_array($plugins_view_article_category_content_botton_data)}}
{{foreach $plugins_view_article_category_content_botton_data as $hook}}
{{if is_string($hook) or is_int($hook)}}
{{$hook|raw}}
{{/if}}
{{/foreach}}
{{/if}}