{% extends "base.html" %} {% block content %}

Welcome to PyBlackbird - Buy this

{{ product.name }}


{% for price in prices %}
${{ price.get_display_price }}
{% csrf_token %}
{% endfor %}
{% endblock content %}