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
515 B

  1. {{define "head"}}<title>Post not found &mdash; {{.SiteName}}</title>{{end}}
  2. {{define "content"}}
  3. <div class="error-page" style="max-width:30em">
  4. <p class="msg">Post not found.</p>
  5. {{if and (not .SingleUser) .OpenRegistration}}
  6. <p class="commentary" style="margin-top:2.5em">Why not share a thought of your own?</p>
  7. <p><a href="/">Start a blog</a> and spread your ideas on <strong>{{.SiteName}}</strong>, a simple{{if .Federation}}, federated{{end}} blogging community.</p>
  8. {{end}}
  9. </div>
  10. {{end}}