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.
 
 
 
 
 

10 lines
377 B

  1. {{define "head"}}<title>Server error &mdash; {{.SiteName}}</title>{{end}}
  2. {{define "content"}}
  3. <div class="error-page">
  4. <p class="msg">Server error. &#x1F632; &#x1F635;</p>
  5. <p>The humans have been alerted and reminded of their many shortcomings.</p>
  6. <p style="margin-top:3em">On behalf of them, we apologize.</p>
  7. <p>&ndash; The Write.as Bots</p>
  8. </div>
  9. {{end}}