mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-06-24 20:06:09 +08:00
21 lines
452 B
Plaintext
21 lines
452 B
Plaintext
{% extends 'templates/main.volt' %}
|
|
|
|
{% block content %}
|
|
|
|
{% set pager_url = url({'for':'home.im_group.pager'}) %}
|
|
|
|
<div class="layui-breadcrumb breadcrumb">
|
|
<a href="/">首页</a>
|
|
<a><cite>群组</cite></a>
|
|
</div>
|
|
|
|
<div id="group-list" data-url="{{ pager_url }}"></div>
|
|
|
|
{% endblock %}
|
|
|
|
{% block include_js %}
|
|
|
|
{{ js_include('home/js/im.group.list.js') }}
|
|
{{ js_include('home/js/im.apply.js') }}
|
|
|
|
{% endblock %} |