github.com/web-platform-tests/wpt.fyi@v0.0.0-20240530210107-70cf978996f1/webapp/templates/test-runs.html (about)

     1  <!DOCTYPE html>
     2  <html lang="en">
     3  <head>
     4  {{ template "_head_common.html" . }}
     5  <script type="module" src="/components/wpt-runs.js"></script>
     6  </head>
     7  <body>
     8  <div id="content">
     9    <wpt-header {{if .User}}user="{{.User.GitHubHandle}}"{{end}}></wpt-header>
    10    <div>
    11      <wpt-runs {{ template "_test_run_query_params.html" .Data }}
    12                {{- if .Data.PR }} pr="{{.Data.PR}}"{{end}}></wpt-runs>
    13    </div>
    14  </div>
    15  </body>
    16  </html>