Welcome to mirror list, hosted at ThFree Co, Russian Federation.

single.html « page « layouts - github.com/eshlox/simplicity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 754b1c4b282d01af4cb287e4b859352b52885fa5 (plain)
1
2
3
4
5
6
7
{{ define "main" }}
  <article>
    <section>
      {{ .Content }}
    </section>
  </article>
{{ end }}