first commit
This commit is contained in:
13
web/templates/x/error404.tpl
Normal file
13
web/templates/x/error404.tpl
Normal file
@@ -0,0 +1,13 @@
|
||||
{extends "index.tpl"}
|
||||
|
||||
{block "css-entry" append}
|
||||
{encore_entry_link_tags entry='htmlpage'}
|
||||
{/block}
|
||||
|
||||
{block "main"}
|
||||
<div class="page-404">
|
||||
<main class="main container">
|
||||
{insert_page type="ERROR_404" use_default=1}
|
||||
</main>
|
||||
</div>
|
||||
{/block}
|
||||
Reference in New Issue
Block a user