{% extends 'basic/base.html' %} {% block content %}

This is selling page.

{% for i in go %}
{{i}}.pdf
{% endfor %} {% endblock %}