{% extends 'templates/main.volt' %} {% block content %} {%- macro type_info(value) %} {% if value == 'course' %} 课 {% elseif value == 'chat' %} 聊 {% endif %} {%- endmacro %} {% set joined_url = url({'for':'web.my.groups'},{'type':'joined'}) %} {% set owned_url = url({'for':'web.my.groups'},{'type':'owned'}) %} {% set joined_class = type == 'joined' ? 'layui-btn layui-btn-xs' : 'none' %} {% set owned_class = type == 'owned' ? 'layui-btn layui-btn-xs' : 'none' %}
{% endblock %} {% block include_js %} {{ js_include('web/js/my.js') }} {% endblock %}