- 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
		
			
				
	
	
		
			5 lines
		
	
	
		
			114 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			114 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{%- if doc.whatItDoes %}
 | 
						|
<div class="what-it-does info-banner">
 | 
						|
  {$ doc.whatItDoes | marked $}
 | 
						|
</div>
 | 
						|
{% endif %} |