2015-03-31 20:15:22 +02:00
|
|
|
{% extends "layout.html" -%}
|
|
|
|
|
|
|
|
{% block container %}
|
|
|
|
<div class="jumbotron">
|
|
|
|
<h1>Page Not Found</h1>
|
|
|
|
<p>What you were looking for is just not there.</p>
|
2019-08-28 03:46:04 +02:00
|
|
|
<p><a href="{{ url_for('general_bp.home') }}">Go somewhere nice</a></p>
|
2015-03-31 20:15:22 +02:00
|
|
|
</div>
|
|
|
|
{% endblock %}
|