Files
2019-11-21 12:25:31 +01:00

9 lines
368 B
HTML

{extends file="general_error.html"}
{block name="page-title"}{intl l='Page not found'}{/block}
{block name="content-title"}{intl l='Page not found'}{/block}
{block name="error-message"}
<h2>{intl l='The server returned a "404 Not Found"'}</h2>
<p>{intl l='The page you\'ve requested was not found. Please check the page address, and try again.'}</p>
{/block}