portfolio/layouts/shortcodes/problems.html

8 lines
237 B
HTML

{{- $id := .Get "id" | default "problems" -}}
{{- $title := .Get "title" | default "Core problems" -}}
<section id="{{ $id }}">
<h2>{{ $title }}</h2>
<div class="problems">
{{ .Inner | markdownify }}
</div>
</section>