{% extends "_layout" %}

{% block content %}

<section class="sub-intro special-test" data-aos="fade">
  <div class="container">
    <article>
      <h2>404</h2>
    </article>
  </div>
</section>

<section>
  <div class="container">
    <div class="container-404">
      <h2>Page Not Found</h2>
      <p class="large">Sorry, the page you were looking for could not be found.</p>
      {# <a class="button large btnBlue" href="/">Return to Home Page</a> #}
      <a class="button large btnBlue" href="/">Return Home</a>
    </div>
  </div>

</section>

{% endblock %}