mirror of https://github.com/writeas/writefreely
A focused writing and publishing space.
https://write.with.parts
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
250 B
9 lines
250 B
1 year ago
|
{{define "head"}}<title>{{.ContentTitle}} — {{.SiteName}}</title>
|
||
|
<meta name="description" content="{{.PlainContent}}">
|
||
|
{{end}}
|
||
|
{{define "content"}}<div class="content-container snug">
|
||
|
<h1>{{.ContentTitle}}</h1>
|
||
|
{{.Content}}
|
||
|
</div>
|
||
|
{{end}}
|