404.html 200 B

123456789
  1. {% extends 'base.html' %}
  2. {% block header %}
  3. <h1>Sorry, what?</h1>
  4. {% endblock %}
  5. {% block content %}
  6. <div><a href="{{ url_for('list_bases') }}">Return to Message Base Lists</a></div>
  7. {% endblock %}