{% extends "./inc/appbase.html" %} {%block style%} {%endblock%} {% block content %}

{{controller.meta_title}}

{% if controller.cart.data|length > 0 %} {%endif%}
{% if controller.cart.data|length > 0 %}
{% else%}

购物车空空的哦~

{% if controller.is_login %} 去看看心仪的商品吧~ {%else%} 登录后将显示您之前加入的商品 {% endif%}

去购物

{% if controller.is_login %} {%else%}

登录

{% endif%}
{%endif%} {% endblock%} {% block script %} {% endblock %}