---
title: Page not found
permalink: /404.html
exclude_from_sitemap: true
{% block javascripts %}
<script>plausible("404",{ props: { path: document.location.pathname } });</script>
{% endblock %}