summaryrefslogtreecommitdiffstats
path: root/themes/problematic/layouts/_default/single.html
blob: 4142125a4f18703f7b15406765fba0672b7b34e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{{ define "main" }}

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

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