Default.tpl 228 Bytes
<include file="Common@Frontend/Header"/>

<h1 class="failure">{$title}</h1>

<p>
    <strong>Module</strong>: {:MODULE_NAME}<br/>
    <strong>Controller</strong>: {:CONTROLLER_NAME}
</p>

<include file="Common@Frontend/Footer"/>