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

     1  <!DOCTYPE html>
     2  <html lang="en">
     3  <head>
     4      {{ template "header.stub.html" }}
     5      <title>Blog | Index</title>
     6  </head>
     7  <body>
     8  <div class="content">
     9      <div class="container">
    10          <h1>Index</h1>
    11          <p>This is the index (TWO) page</p>
    12          </p>{{ .Data }}</p>
    13          <hr>
    14          {{ template "stubs/links.html" }}
    15      </div>
    16  </div>
    17  {{ template "scripts.stub.html" }}
    18  {{ template "footer.stub.html" }}
    19  </body>
    20  </html>