{% extends "base.html" %} {% block title %}Page Not Found{% endblock %} {% block content %}
You're looking for {{ requested_path }}, but there's nothing here, here are some suggestions:
{% else %}You're looking for {{ requested_path }}, but there's nothing here.
{% endif %} {% for suggestion in suggestions %}Try checking our sitemap
{% endblock %}