{%set active_page = 'shop.html'%} {% include 'shop/blocks/common_styles.html'%} {% include get_active_front_theme()+'/sections/resources.html'%} {% include get_active_front_theme()+'/sections/drawer_head.html'%} {% include get_active_front_theme()+'/sections/nav.html'%}
{%for barcode in get_wishlist_data()%} {%set product = Product.query.get(barcode)%} {%endfor%}
{% include get_active_front_theme()+'/sections/footer.html'%}