microblog/app/templates/404.html

7 lines
138 B
HTML
Raw Normal View History

2017-09-15 07:03:20 +00:00
{% extends "base.html" %}
{% block content %}
<h1>Not Found</h1>
<p><a href="{{ url_for('index') }}">Back</a></p>
{% endblock %}