1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-06-23 20:00:27 +08:00
2023-12-04 19:46:54 +08:00

8 lines
198 B
Plaintext

{{ partial('macros/answer') }}
{% if pager.total_pages > 0 %}
{% for item in pager.items %}
{{ answer_card(item) }}
{% endfor %}
{{ partial('partials/pager_ajax') }}
{% endif %}