mirror of
https://github.com/writefreely/writefreely.git
synced 2024-11-15 00:41:06 +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}}
|