summaryrefslogtreecommitdiffstats
path: root/themes/problematic/layouts/_default/single.html
blob: 50605d19333e3de52c01ad7cabface4d72be317d (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>

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