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
Raw Normal View History

2018-12-03 21:44:11 +00:00
{{ define "main" }} {{ $section := .Site.GetPage "section" .Section }}
<article class="content">
<main>{{- .Content -}}</main>
</article>
{{ end }}