github.com/scottcagno/storage@v1.8.0/cmd/web/data/templatesORIG/error.html (about) 1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 {{ template "header.stub.html" }} 5 <title>Blog | Error</title> 6 </head> 7 <body> 8 <div class="content"> 9 <div class="container"> 10 <h1>Error</h1> 11 <p>This is the error page</p> 12 <hr> 13 {{ template "links.stub.html" }} 14 </div> 15 </div> 16 {{ template "scripts.stub.html" }} 17 {{ template "footer.stub.html" }} 18 </body> 19 </html>