A clean, Markdown-based publishing platform made for writers. Write together, and build a community. https://writefreely.org
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.
 
 
 
 
 

11 lines
312 B

  1. {{define "head"}}<title>{{.ContentTitle}} &mdash; {{.SiteName}}</title>
  2. <meta name="description" content="{{.PlainContent}}">
  3. {{end}}
  4. {{define "content"}}<div class="content-container snug">
  5. <h1>{{.ContentTitle}}</h1>
  6. <p style="font-style:italic">Last updated {{.Updated}}</p>
  7. {{.Content}}
  8. </div>
  9. {{end}}