github.com/qri-io/qri@v0.10.1-0.20220104210721-c771715036cb/cmd/testdata/movies/viz.html (about) 1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8" /> 5 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 6 <title>My Viz Template</title> 7 <meta name="viewport" content="width=device-width, initial-scale=1"> 8 <style> 9 body { margin: 0; padding: 0; font-family: helvetica, sans-serif; } 10 </style> 11 </head> 12 <body> 13 <div style="width: 100%; margin: 50px auto"> 14 <h1>{{ .Meta.Title }}</h1> 15 <p>{{ .Meta.Description }}</p> 16 <small>Data Format: <b>{{ .Structure.Format }}</b></small> 17 </div> 18 </body> 19 </html>