{% extends "base.html" %} {% block "content" %} {% if item %} You got the item {{ item }} {% else %} No item found :( {% endif %} {% endblock %}