{% extends "base1.html" %} {% block content %}

Error Page: 404
(not found)

{% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}
  • {{ message }}
  • {% endfor %}
{% endif %} {% endwith %}

{{ e }}




{#

#} {# Once upon a midnight dreary,
#} {# While I porn-surfed, weak and weary,
#} {# Over many a strange and spurious,
#} {# Porn-site of "hot chicks galore",
#} {# While I clicked my fav'rite bookmark,
#} {# Suddenly there came a warning,
#} {# And my heart was filled with mourning,
#} {# Mourning for my dear amour,
#} {# "Tis not possible," I muttered,
#} {# "Give me back my free hardcore!"
#} {# Quoth the server,
#} {# "404"#} {#

#}

{% endblock %}