RSS
复购信号雷达
评论里挖出老客,今天就能召回。
首页
示例评论
示例订单
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for cat, msg in messages %}
{{ msg }}
{% endfor %}
{% endif %} {% endwith %}
{% block content %}{% endblock %}