mirror of
https://github.com/rmontanana/microblog.git
synced 2025-08-17 00:05:51 +00:00
9 lines
147 B
HTML
9 lines
147 B
HTML
{% extends 'base.html' %}
|
|
|
|
{% block content %}
|
|
<h1>File Not Found</h1>
|
|
<p>
|
|
<a href="{{ url_for('index') }}">Back</a>
|
|
</p>
|
|
{% endblock %}
|