mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-04-21 14:12:45 +00:00
13 lines
311 B
HTML
Executable File
13 lines
311 B
HTML
Executable File
{{ define "main" }}
|
|
|
|
<article class="cf pa3 pa4-m pa4-l nested-copy-line-height center measure-wide-l nested-img">
|
|
<h1>
|
|
{{ .Title }}
|
|
</h1>
|
|
<div class="nested-copy-line-height nested-links nested-img mid-gray ">
|
|
{{ .Content }}
|
|
</div>
|
|
</article>
|
|
<!-- w-100 w-40-ns -->
|
|
{{ end }}
|