{% include 'app/includes/top_imports.html'%}
{% include 'app/includes/shop_header.html'%}
Home
Our Shop
Cart
Book: {{book.name}}
{{book.name}}
{{book.name}}
{{book.currency}} {{"{:,.2f}".format(1.2*book.price)}}
{{book.currency}} {{"{:,.2f}".format(book.price)}}
Description
{{book.description | safe}}
{% if 'cart' in session %} {% if book.p_id in session.get('cart')%}
Continue Shopping
Checkout
{% else %}
Add to Cart
{%endif%} {% else %}
Add to Cart
{%endif%}
{% include 'app/includes/service_inq.html'%}
{% include 'app/includes/footer.html'%} {% include 'app/includes/bottom_imports.html'%}