{% extends "base.html" %} {% load static %} {% block branding %}
{% for i in prod %} product gallery {% endfor %}
{% for i in prod %}

Product Name

{{ i.name }}

Description

{{i.detail_description}}

{% endfor %}
{% endblock %}