{% extends 'templates/main.volt' %} {% block content %}
{% for item in items %}

{{ item.category.name }}

    {% for help in item.helps %} {% set show_url = url({'for':'home.help.show','id':help.id}) %}
  • {{ help.title }}
  • {% endfor %}
{% endfor %}
客户服务

没解决你的疑问?试试联系客服吧!

{% if im_info.cs.enabled == 1 %}

{% endif %}
{% endblock %} {% block include_js %} {{ js_include('home/js/help.js') }} {% endblock %}