1 2 3 4 5 6 7 8 9 10 11 12 13 14
{% extends "base.html" %} {% block title %} Item not found {% endblock %} {% block content %} <p> Item <strong>{{item }}</strong> could not found. </p> <p> If you'd like to suggest a feature, please send us an e-mail. </p> {% endblock %}