{% extends "base.html" %}
{% load i18n %}
{% block content %}
{% trans "You are trying to access an invalid hostname. Maybe you're just mistyped it." %}<br>
{% trans "Error:" %} {{ error }}
{% endblock %}