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