{{if !empty($category_info)}}
{{/if}}
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
侧栏导航
{{$category_info.name}}
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}}
- {{$v.title}} {{$v.add_time}} {{/foreach}}
{{$page_html|raw}}
{{else /}}
{{include file="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}}