templates/ys/404.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block title %}Chill Bet Error{% endblock %}
  3. {% block desc %}{% endblock %}
  4. {% block canonical %}{% endblock %}
  5. {% block heading %}
  6. <span>Chill Bet</span>
  7. Error
  8. {% endblock %}
  9. {% block short_text %}{% endblock %}
  10. {% block content %}
  11. <section class="content">
  12.         <div class="container">
  13.             <section class="content">
  14.                 <div class="container-error">
  15.                     <h3>Page not found</h3>
  16.                     <h4>404</h4>
  17.                 </div>
  18.             </section>
  19.         </div>
  20.     </section>
  21. {% endblock %}