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

single.html « _default « layouts - github.com/de-souza/hugo-flex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2d958c2270b8dea3549dd9e6a8cd8c84f6bb3e1c (plain)
1
2
3
4
5
6
7
8
9
10
{{ define "main" }}

<article>
  {{ partial "heading.html" . }}
  {{ .Content }}
  {{ partial "tags.html" . }}
  {{ partial "comments.html" }}
</article>

{{ end }}