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

single.html « _default « layouts - github.com/zwbetz-gh/papercss-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 779084b58a6859d87443801c09f301a682646d74 (plain)
1
2
3
4
5
6
{{ define "main" }}

<h1>{{ .Title }}</h1>
{{ .Content }}
  
{{ end }}