website/templates/shortcodes/link.html

2 lines
97 B
HTML

<dt><a href="{{ href }}">{{ title }}</a></dt>
<dd>{{ body | markdown(inline=true) | safe }}</dd>