{% extends "base.html" %} {% block title %}Something broke{% endblock %} {% block main %}
Something on this page is wrong. Head back to the markets dashboard{% if path %}, or try the previous URL{% endif %}.
{% if detail %}{{ detail }}
{% endif %}