{% if app_info != [] %}
{% endif %}
{% endfor %}
App如下:
{{app_item.app_name}}
{% if website_info != [] %}
网站如下:
{% for website in website_info %}
{{website.website_name}}
{% endfor %}
{% endif %}