kopia lustrzana https://github.com/wagtail/bakerydemo
14 wiersze
333 B
HTML
14 wiersze
333 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block title %}404 - Page not found{% endblock %}
|
|
|
|
{% block search_description %}Sorry, this page could not be found{% endblock %}
|
|
|
|
{% block body_class %}template-404{% endblock %}
|
|
|
|
{% block content %}
|
|
<h1>Page not found</h1>
|
|
|
|
<h2>Sorry, this page could not be found.</h2>
|
|
{% endblock content %}
|