A clean, Markdown-based publishing platform made for writers. Write together, and build a community. https://writefreely.org
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 

8 satır
294 B

  1. {{define "head"}}<title>Unpublished &mdash; {{.SiteName}}</title>{{end}}
  2. {{define "content"}}
  3. <div class="error-page">
  4. <p class="msg">{{if .Content}}{{.Content}}{{else}}Post was unpublished by the author.{{end}}</p>
  5. <p class="commentary">It might be back some day.</p>
  6. </div>
  7. {{end}}