index — crispy-website @ 7af9db6322d925522237cb544bf11d28c3899f8a

My personal homepage (very crispy)

templates/blogpost.gotmpl (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
<!doctype html>
<html lang="en">
  <head>
    <title>{{.Title}}</title>
    <link rel="stylesheet" href="../static/global.css" />
    <link rel="icon" type="image/png" href="../static/banan_icon.png" />
</head>
<body>
<h1>{{.Title}}</h1>
{{.Date}}
<br>
<p>
    {{.Text}}
</p>
</body>