src/Cms/CoreBundle/Resources/views/setup/noDomain.html.twig line 1

Open in your IDE?
  1. {% extends '@CmsCore/setup/includes/main.html.twig' %}
  2. {% block content %}
  3.     <div class="cs-error cs-error-404">
  4.         <div class="cs-error-msg">
  5.             <h1>Error</h1>
  6.             <h2>Domain not found.</h2>
  7.             <p>The host <strong>{{ host }}</strong> is not registered in the system.</p>
  8.         </div>
  9.     </div>
  10. {% endblock %}