summaryrefslogtreecommitdiffstats
path: root/layouts/bunkerage/single.html
blob: 3ef84728196b346de16f4a1816ebf60a518be552 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{{ define "main" }}

<style type="text/css" media="screen">
  li {
    margin-bottom: 1.2em;
  }
</style>

<h2 class="title">{{ .Title }}</h2>

{{ .Content }}

{{ end }}