mirror of
https://github.com/rmontanana/microblog.git
synced 2025-08-18 08:45:51 +00:00
Chapter 11
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
{% extends 'base.html' %}
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<h1>File Not Found</h1>
|
||||
<p>
|
||||
<a href="{{ url_for('index') }}">Back</a>
|
||||
</p>
|
||||
{% block app_content %}
|
||||
<h1>File Not Found</h1>
|
||||
<p><a href="{{ url_for('index') }}">Back</a></p>
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user