{% extends "base.html" %} {% block head %} {{ super() }} {% endblock %} {% block content %} http.cat for 404

I'm sorry I let you down...

{% if request.path == "/femboys" %}

no bitches?

{% else %}

{{ request.path }} not found on the server! mayhaps you misspelt the url? (it happens to the best of us)

{% endif %}
{% endblock %}