aboutsummaryrefslogtreecommitdiff
path: root/templates/_head.tmpl
blob: 2bb58c474a8361c1c872edd941179d79702174f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{{ define "_head" }}
<!DOCTYPE html>
<html>
  <head>
    <link rel="stylesheet" href="/assets/bulma.min.css">
  </head>
  <body>
      <section class="section">
          <div class="container">
              <h1><a href="/"><strong>Home</strong></a></h1>
          </div>
          <main class="container">
{{ end }}