angular/aio/tools/transforms/templates/api/includes/what-it-does.html
2017-05-03 13:30:11 -07:00

5 lines
No EOL
102 B
HTML

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