{% extends "base.html" %} {% block title %}thirdeye — not found{% endblock %} {% block content %} 404 {{ message }} {% if suggestions %} Did you mean… {% for sug in suggestions %} {{ sug.session_id }} ({{ sug.platform }}) {% endfor %} {% endif %} {% endblock %}
{{ message }}