{% extends "madga/site_base.html" %} {% load i18n %} {% block title %}{% trans "Page not found" %} ยท {{ site.name|default:"MADGA" }}{% endblock %} {% block content %}

404

{% trans "We couldn't find that." %}

{% trans "The page you're looking for moved, was deleted, or never existed." %}

{% trans "Back home" %} {% trans "Read the blog" %}
{% endblock %}