src

Go monorepo.
git clone git://code.dwrz.net/src
Log | Files | Refs

base.gohtml (429B)


      1 {{ define "base" }}
      2   <!doctype html>
      3   <html lang="en">
      4     <head>
      5       <meta charset="utf-8">
      6       <meta name="viewport"
      7 	    content="width=device-width, initial-scale=1, shrink-to-fit=no">
      8       <title>dwrz.net</title>
      9       <meta name="author" content="David Wen Riccardi-Zhu">
     10       <link rel="stylesheet" href="/static/css/dwrz.css"/>
     11     </head>
     12     <body>
     13       {{ template "body" . }}
     14     </body>
     15   </html>
     16 {{ end }}