mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-06-22 03:32:47 +08:00
8 lines
208 B
Plaintext
8 lines
208 B
Plaintext
{{ partial('macros/answer') }}
|
|
|
|
{% if pager.total_pages > 0 %}
|
|
{% for item in pager.items %}
|
|
{{ answer_card(item,auth_user) }}
|
|
{% endfor %}
|
|
{{ partial('partials/pager_ajax') }}
|
|
{% endif %} |