/home/coolpkct/www/websites/cake3.cool.rocks/_themes/base/pagetypes/link.tpl
{extends file='theme.tpl'}
{block "content"}
        <section class="page-body">
          <h2>This is not a public page</h2>
          <div class="body-content {$pageBodyLayout}">
            <p>This is a support page. It exists to provide a navigation link and is not normally visible. If you have reached this page in error, please return to the public site via the navigation menu.</p>
          </div>
        </section>
{/block}