{% extends "base.html" %} {% block "content" %} {% if item %} You got the item {{ item }}.Buy it! it+deposit! only deposit! {% else %} No item found :( {% endif %} {% endblock %}