bobatheme/layouts/partials/term-description.html

6 lines
117 B
HTML
Raw Normal View History

2021-11-21 19:43:56 -06:00
{{ with .Description }}
<div class="term-description">
<p>{{ . | markdownify }}</p>
</div>
{{ end }}