A clean, Markdown-based publishing platform made for writers. Write together, and build a community. https://writefreely.org
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

8 lines
311 B

  1. {{define "head"}}<title>Temporarily Unavailable &mdash; {{.SiteMetaName}}</title>{{end}}
  2. {{define "content"}}
  3. <div class="error-page">
  4. <p class="msg">The words aren't coming to me. &#x1F5C5;</p>
  5. <p>We couldn't serve this page due to high server load. This should only be temporary.</p>
  6. </div>
  7. {{end}}