12 lines
288 B
HTML
12 lines
288 B
HTML
{{ define "content" }}
|
|
|
|
{{ if and .Content (eq .Paginator.PageNumber 1) }}
|
|
<div class="content-margin">
|
|
{{- partial "content.html" (dict "ctx" . "content" .Content) -}}
|
|
</div>
|
|
{{ end }}
|
|
|
|
{{ partial "postcard/layout.html" (dict "pages" .RegularPages "ctx" .) }}
|
|
|
|
{{ end }}
|