{% extends "base.html" %} {% block otherCSS %} {% endblock %} {% block title %} Error 404 {% endblock %} {% block content %}

404

The page you're looking for does not exist


You just tried to access /{{$_GET['page']}} which does not exist please check your url OR

Go to homepage {% endblock %} {% block otherJS %} {% endblock %}