Made 404.html error template a little more generic

The fact that an info message was moved into C++ code is temporary
since it will be moved to a message resource file soon.
This commit is contained in:
Veloman Yunkan
2022-03-24 17:22:41 +04:00
committed by Matthieu Gautier
parent 8cfcf2ea86
commit ae60ba806b
3 changed files with 9 additions and 14 deletions

View File

@ -6,15 +6,10 @@
</head>
<body>
<h1>Not Found</h1>
{{#url}}
{{#details}}
<p>
The requested URL "{{url}}" was not found on this server.
{{{p}}}
</p>
{{/url}}
{{#details}}
<p>
{{{details}}}
</p>
{{/details}}
{{/details}}
</body>
</html>