{% extends 'Layout/product_layout.html' %} {% load ecom_tags %} {% block style %} {% endblock style %} {% block sticky %}
Latest Products

{% endblock sticky %} {% block content %}
{% for brand in page.get_children %}

{{brand.title}}


{% if page.slug == 'smartphone' %} {% include 'components/common/productCarousel.html' with width=800 height=660 timer=7000 content=brand.specific.get_children imgH=340 %} {% else %} {% include 'components/common/productCarousel.html' with width=600 height=400 timer=7000 content=brand.specific.get_children %} {% endif %}
{% endfor %}
{% endblock content %}