10 lines
293 B
HTML
10 lines
293 B
HTML
|
{% if doc.showSecurityNotes and doc.security %}
|
||
|
<div layout="row" layout-xs="column" class="row-margin ng-cloak">
|
||
|
<div flex="20" flex-xs="100">
|
||
|
<h2 class="h2-api-docs">Security Risk</h2>
|
||
|
</div>
|
||
|
<div flex="80" flex-xs="100">
|
||
|
{$ doc.security | marked $}
|
||
|
</div>
|
||
|
</div>
|
||
|
{% endif %}
|