mirror of http://git.sairate.top/sairate/doc.git
9 lines
233 B
HTML
9 lines
233 B
HTML
|
{#-
|
||
|
This file was automatically generated - do not edit
|
||
|
-#}
|
||
|
{% set title_override = "<h1>404 Not Found</h1>" %}
|
||
|
{% extends "main.html" %}
|
||
|
{% block htmltitle %}
|
||
|
<title>404 Not Found - {{ config.site_name }}</title>
|
||
|
{% endblock %}
|