aboutsummaryrefslogtreecommitdiff
path: root/templates/_head.tmpl
blob: 11a4aa80c3bfb9eb7394dc8b50c920e476174831 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{{ define "_head" }}
<!DOCTYPE html>
<html>
  <head>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="stylesheet" href="/assets/style.css">
  </head>
  <body>
      <header>
          <h1><a href="/">midr</a></h1>
      </header>
          <main class="container">
{{ end }}