ananke/layouts/_default/list.html
2017-04-11 08:53:11 -04:00

10 lines
277 B
HTML
Executable file

{{ define "main" }}
<article class="cf pa3 pa4-m pa4-l nested-copy-line-height center measure-wide-l nested-img">
<div class="nested-copy-line-height nested-links nested-img mid-gray ">
{{ .Content }}
</div>
</article>
<!-- w-100 w-40-ns -->
{{ end }}