github.com/qri-io/qri@v0.10.1-0.20220104210721-c771715036cb/api/testdata/cities/template.html (about)

     1  <!DOCTYPE html>
     2  <html>
     3  <head>
     4    <title>{{ .Meta.Title }}</title>
     5  </head>
     6  <body>
     7    <h1>{{ .Meta.Title }}</h1>
     8  </body>
     9  </html>