mirror of
https://github.com/TheAnachronism/docspell.git
synced 2024-11-13 02:31:10 +00:00
18 lines
351 B
HTML
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 %}
|