This repository has been archived on 2021-01-16. You can view files and clone it, but cannot push or open issues/pull-requests.
satyr/templates/404.njk

5 lines
92 B
Plaintext

{% extends "base.njk" %}
{% block content %}
<p></p>
Couldn't find that page!
{% endblock %}