Homepage/layouts/shortcodes/page_row.html

8 lines
169 B
HTML

{{- $content := .Inner }}
{{- if not $content }}
{{- errorf "missing content for row: %s" .Position }}
{{- end }}
<div class="pure-g">
{{ markdownify $content }}
</div>