Files
NodeBB/src/views/404.tpl
barisusakli 080c54d414 #2434
2014-12-03 22:35:06 -05:00

8 lines
205 B
Smarty

<div class="alert alert-danger">
<strong>{path} [[global:404.title]]</strong>
<!-- IF error -->
<p>{error}</p>
<!-- ELSE -->
<p>[[global:404.message, {relative_path}]]</p>
<!-- ENDIF error -->
</div>