mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-06-24 04:01:31 +08:00
10 lines
277 B
Plaintext
10 lines
277 B
Plaintext
{{ partial('partials/macro_course') }}
|
|
|
|
{% if pager.total_pages > 0 %}
|
|
<div class="course-list clearfix">
|
|
{% for item in pager.items %}
|
|
{{ learning_course_card(item) }}
|
|
{% endfor %}
|
|
</div>
|
|
{{ partial('partials/pager_ajax') }}
|
|
{% endif %} |