pokpok
This commit is contained in:
13
templates/404.html
Normal file
13
templates/404.html
Normal file
@ -0,0 +1,13 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}
|
||||
{{ config.title }}
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<div class="article-header">
|
||||
<h1>Page not found</h1>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
Reference in New Issue
Block a user