ananke/layouts/_default/list.html
2017-04-10 21:27:13 -04:00

13 lines
260 B
HTML
Executable file

{{ define "main" }}
<article class="cf pa3 pa4-m pa4-l nested-copy-line-height nested-img">
<h1>
{{ .Title }}
</h1>
<div class="{{ .Site.Params.copyClass }}">
{{ .Content }}
</div>
</article>
<!-- w-100 w-40-ns -->
{{ end }}