{% extends 'base.html' %} {% load i18n %} {% get_current_language as LANGUAGE_CODE %} {% block languagecode %}{{ LANGUAGE_CODE }}{% endblock languagecode %} {% block title %}{% translate "cscherr.de" %} - {% translate "startpage" %}{% endblock title %} {% block main %}

404 {% translate "Not found" %}

{% translate "The resource you are looking for does not exist." %}

{% translate "Looking for anything specific?" %}

{% include 'main_search_form.html' %}
{% endblock main %}