全部
{% for sc in sub_categories %}
{{ sc.name }}
{% endfor %}
{% endif %}
{% for app in apps %}
⬇ 下载
{% endfor %}
{% if total_pages > 1 %}
{{ app.app_name }}
{{ app.short_desc }}
{% for p in range(1, total_pages+1) %}
{{ p }}
{% endfor %}
{% endif %}