{% extends '@CmsCore/setup/includes/main.html.twig' %}
{% block content %}
<div class="cs-error cs-error-404">
<div class="cs-error-msg">
<h1>Error</h1>
<h2>Domain not found.</h2>
<p>The host <strong>{{ host }}</strong> is not registered in the system.</p>
</div>
</div>
{% endblock %}