Stefanie Fluin d27588b5fb feat(aio): api label styles
- Moved info bar section in pipe template to be the first section to match other templates
- Fixed label styling for type label
- Added label styling for status label
2017-05-05 11:04:55 +01:00

5 lines
114 B
HTML

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