{% extends 'templates/layer.volt' %} {% block content %}
{% for item in pager.items %}
{% if item.vip == 1 %} 会员 {% endif %}
{{ item.name }}
{{ item.name }}
{% endfor %}
{{ partial('partials/pager') }} {% endblock %} {% block include_js %} {{ js_include('web/js/my.im.js') }} {% endblock %}