{% extends "errorheader.html" %} {% block title %}Page Not Found{% endblock %} {% block body %}
{% with messages = get_flashed_messages() %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %} {% endwith %}

Oops! Looks like there is problem. The Server may be under maintenance. We will be back shortly...

Click Here To go to the Home Page

{% endblock %}