blob: 8da12c76533f423c5b03c830cf816ff86dff84ea (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
{{ define "main" }}
<style type="text/css" media="screen">
li {
margin-bottom: 1.2em;
}
</style>
<h2 class="title">{{ .Title }}</h2>
{{ .Date.Format "Monday, 2 January 2006" }}
{{ .Content }}
{{ end }}
|