edryd.org

some of my neat stuff
git clone git://edryd.org/edryd.org
Log | Files | Refs | LICENSE

404.html (128B)


      1 {{ define "main" }}
      2   <div class="error">
      3     <h1>404</h1>
      4 
      5     <p>the requested page could not be found</p>
      6   </div>
      7 {{ end }}