2016-07-27 12:50:23 -04:00
|
|
|
{%- if doc.whatItDoes %}
|
2016-06-01 10:33:38 -04:00
|
|
|
div(layout="row" layout-xs="column" class="row-margin ng-cloak")
|
|
|
|
div(flex="20" flex-xs="100")
|
|
|
|
h2(class="h2-api-docs") What it does
|
|
|
|
div(flex="80" flex-xs="100")
|
|
|
|
:marked
|
|
|
|
{$ doc.whatItDoes | indentForMarkdown(6) $}
|
2016-07-27 12:50:23 -04:00
|
|
|
{% endif %}
|