{% extends "layout.html" %} {% block title %}Login Example{% endblock %} {% block page_content %}
You have {{ cart_size }} items in your cart
{% endif %} {% if cart_size <= 0: %}Total price: {{ total_price }}
{% endif %} {% for item in cart_list %} {% endfor %}