{%set active_page = 'index.html'%} {% include get_active_front_theme()+'/sections/resources.html'%} {% include get_active_front_theme()+'/sections/drawer_head.html'%} {% include 'base/blocks/flashed_messages.html' %} {% include get_active_front_theme()+'/sections/nav.html'%}
{% include get_active_front_theme()+'/sections/carousel.html'%}
{% include get_active_front_theme()+'/sections/image_row.html'%}

WELCOME TO FREAKS BOUTIQUE

HOME DELIVERY

PLAINE WILHEMS ONLY

   OUR CATEGORIES   
{%for category in get_categories()%} {%if category.name.upper() != 'UNCATEGORISED'%}

{{ category.name }}

{%set sum_ = namespace(items=0) %} {%for subcategory in category.subcategories%} {%set sum_.items = sum_.items + len(subcategory.products) %} {%endfor%}

{{ sum_.items }} products

{%endif%} {%endfor%}
   NEW PRODUCTS   
{%set target_prds = get_products()[::-1]%} {%set target_num=5%} {%if len(target_prds) >= 5%} {%else%} {%set target_num=len(target_prds)%} {%endif%} {%for i in range(target_num)%} {%set product = target_prds[i]%}

{{ product.name }}

Rs {{product.selling_price}}

{%endfor%}
   FOLLOW US ON FB AND INSTAGRAM   
   
   SIGN UP & BE THE FIRST TO KNOW   
{% include get_active_front_theme()+'/sections/footer.html'%}