This repository has been archived on 2020-04-22. You can view files and clone it, but cannot push or open issues or pull requests.
victor-hugo/site/layouts/_default/single.html

6 lines
150 B
HTML
Executable File

{{ define "main" }} {{ $section := .Site.GetPage "section" .Section }}
<article class="content">
<main>{{- .Content -}}</main>
</article>
{{ end }}