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

     1  <!DOCTYPE html>
     2  <html lang="en">
     3  <head>
     4      <meta charset="UTF-8">
     5      <title>Foo</title>
     6  </head>
     7  <body>
     8  <h2>Foo Bar!!!</h2>
     9  <p>{{ .Data }}</p>
    10  </body>
    11  </html>