File: article-404.hbs

package info (click to toggle)
golang-github-crc-org-crc 2.34.0%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,548 kB
  • sloc: sh: 398; makefile: 326; javascript: 40
file content (14 lines) | stat: -rw-r--r-- 636 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<article class="doc">
  <h1 class="page">{{{or page.title "Page Not Found"}}}</h1>
  <div class="paragraph">
    <p>The page you&#8217;re looking for does not exist. It may have been moved.
      You can return to the
      <a href="{{site.url}}/index.html">start page</a>, or follow one of the
      links in the navigation to the left.</p>
  </div>
  <div class="paragraph">
    <p>If you arrived on this page by clicking on a link, please notify the
      owner of the site that the link is broken. If you typed the URL of this
      page manually, please double check that you entered the address correctly.</p>
  </div>
</article>