{% extends 'base.html' %}

{% block header %}
<h1>Sorry, what?</h1>
{% endblock %}

{% block content %}
<div><a href="{{ url_for('list_bases') }}">Return to Message Base Lists</a></div>
{% endblock %}