5 lines
102 B
HTML
Raw Normal View History

{%- if doc.whatItDoes %}
<div class="what-it-does">
{$ doc.whatItDoes | marked $}
</div>
{% endif %}