mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-07-19 22:52:59 +08:00
15 lines
261 B
Plaintext
15 lines
261 B
Plaintext
{% extends 'templates/full.volt' %}
|
|
|
|
{% block content %}
|
|
|
|
{{ partial('course/list_filter') }}
|
|
|
|
<div id="course-list" data-url="{{ pager_url }}"></div>
|
|
|
|
{% endblock %}
|
|
|
|
{% block include_js %}
|
|
|
|
{{ js_include('web/js/course.list.js') }}
|
|
|
|
{% endblock %} |