{% extends "base.html" %}
{% block content %}
{% filter markdown %}
# Uh oh!
Looks like the page you're looking for is *missing*. Get the joke? Haha, I'm so funny.
Anyway, [here](/)'s a link back to the homepage.
{% endfilter %}
{% endblock content %}