github.com/mistwind/reviewdog@v0.0.0-20230322024206-9cfa11856d58/doghouse/appengine/tmpl/base.html (about) 1 {{define "base"}} 2 <!doctype html> 3 <html lang="en"> 4 <head> 5 <meta charset="utf-8"> 6 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 7 <link rel="shortcut icon" type="image/ico" href="/static/favicon.ico"/> 8 <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" type="text/css"> 9 <link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.brown-orange.min.css" /> 10 11 <title>{{.Title}}</title> 12 </head> 13 <body> 14 {{template "body" .}} 15 </body> 16 </html> 17 {{end}}