{% 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 %}