mirror of
https://github.com/writefreely/writefreely
synced 2024-11-10 11:24:13 +00:00
3 lines
149 B
Cheetah
3 lines
149 B
Cheetah
|
{{define "head"}}<title>{{.Title}} — {{.SiteName}}</title>{{end}}
|
||
|
{{define "content"}}<div class="content-container">{{.Content}}</div>{{end}}
|