portfolio/layouts/shortcodes/overview.html

14 lines
480 B
HTML

{{- $id := .Get "id" | default "overview" -}}
{{- $title := .Get "title" | default "Project overview" -}}
{{- $businessReasonTitle := .Get "business_reason_title" | default "Business reason for the work" -}}
{{- $mediaCaption := .Get "media_caption" -}}
{{- $mediaPlaceholder := .Get "media_placeholder" | default "Original product screenshot placeholder" -}}
<section id="{{ $id }}">
<h2>{{ $title }}</h2>
{{- with .Inner }}
{{ . | markdownify }}
{{- end }}
</section>