github.com/scottcagno/storage@v1.8.0/cmd/web/data/templatesORIG/post.html (about)

     1  <!DOCTYPE html>
     2  <html lang="en">
     3  <head>
     4      {{ template "header.stub.html" }}
     5      <title>Blog | Post</title>
     6  </head>
     7  <body>
     8  <div class="content">
     9      <div class="container">
    10          <h1>Post</h1>
    11          <p>This is the post 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>