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

single.html « _default « layouts - github.com/mrmierzejewski/hugo-theme-console.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ed057a4def82e502279e1ec963a890e76afd8919 (plain)
1
2
3
4
{{ define "main" }}
<h1>{{ .Title }}</h1>
{{ .Content }}
{{ end }}