docspell/website/site/templates/404.html
2022-02-03 21:42:09 +01:00

18 lines
351 B
HTML

{% extends "base.html" %}
{% block title %}Not Found :({% endblock title %}
{% block sidebar %}
{% endblock sidebar %}
{% block rightToc %}
{% endblock rightToc %}
{% block mainContent %}
<div class="h-full flex flex-col justify-center items-center">
<h1><i class="fa fa-ghost"></i>
<h1> Not Found </h1>
</div>
{% endblock mainContent %}