aboutsummaryrefslogtreecommitdiff
path: root/layouts/books/single.html
blob: f0ae55483bf182a96ed06cef6e30562d34b9bc3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{{ define "main" }}

<h1>{{ .Title }}</h1>

<p>
<u>Author:</u> {{ .Description }}<br/>
<u>Finished reading on:</u> {{ .PublishDate.Format "2006-01-02" }}
</p>

{{ .Content }}

{{ end }}