{% extends "./inc_base.html" %} {% block content %}
{% if controller.cart.num %}{{controller.cart.num}}{%else%}0{%endif%}

{% include "./inc_nav.html" %} {% include "./inc_sliderbar.html" %}
{%if category.sp_hatml_m%}{{category.sp_html_m|safe}}{%else%}{{category.sp_html_pc|safe}}{%endif%}
{% endblock%} {% block script %} {% endblock %}