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