16 lines
558 B
Plaintext
16 lines
558 B
Plaintext
<!doctype html>
|
|
<html lang="{{ language }}" data-language-prefix="{{ language_prefix }}"{% if html_theme_attribute %} {{ html_theme_attribute }}{% endif %}>
|
|
{% render 'partials/head', page_title: page_title, pico_stylesheet_href: pico_stylesheet_href %}
|
|
<body>
|
|
<main>
|
|
<section class="not-found" data-template="not-found">
|
|
<article>
|
|
<h1>404</h1>
|
|
<p>{{ not_found_message }}</p>
|
|
<p><a href="/" role="button">{{ not_found_back_label }}</a></p>
|
|
</article>
|
|
</section>
|
|
</main>
|
|
</body>
|
|
</html>
|