A clean, Markdown-based publishing platform made for writers. Write together, and build a community. https://writefreely.org
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 

11 líneas
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}}