<!DOCTYPE html> <html lang=“{{ site.locale }}”>
{% include _head.html %} <body> <main class="wrapper-error error"> <h2 class="error__title">{{ page.title }}</h2> {{ content }} <p class="error__advice"> Go back to <a class="error__advice-link" href="{{ site.url }}"> {% if site.name %}{{ site.name }}{% else %}{{ site.title }}{% endif %}. </a> </p> </main> </body>
</html>