{% extends "base.html" %}
|
|
|
|
{% block title %}Flasky - Page not found{% endblock %}
|
|
|
|
{% block page_content %}
|
|
<div class="page-header">
|
|
<h1>Not found</h1>
|
|
</div>
|
|
{% endblock %}
|