Source Code: blog/page_not_found.tpl.php

<static:include file="{RL_MODULE_DIR}/header.tpl.php"/>

    <div id="error">

        <h2 class="title">Error</h2>
    
        <p>The page you have requested does not exist.  If you believe this to be an error feel free to contact us using the 
        <a href="/contact">contact form</a>.</p>

    </div>

<static:include file="{RL_MODULE_DIR}/footer.tpl.php"/>