nord
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

404.html
text/html

Download raw (191 bytes)

{% extends "base.html" %}

{% block body_class %}template-404{% endblock %}

{% block content %}
    <h1>Page not found</h1>

    <h2>Sorry, this page could not be found.</h2>
{% endblock %}