1 2 3 4 5 6
{% extends "layouts/base.html" %} {% block title %}Not found ยท {{ site.title | default(value="Documentation") }}{% endblock %} {% block content %} <h1>404 โ Not found</h1> <p>The page you're looking for doesn't exist. <a href="/">Back to home</a>.</p> {% endblock %}