landingpage/layouts/shortcodes/definition.html

4 lines
58 B
HTML

<dt>{{ .Get "title"}}</dt>
<dd>
<p>{{ .Inner }}</p>
</dd>