- 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
		
			
				
	
	
		
			11 lines
		
	
	
		
			325 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			325 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% extends 'base.template.html' -%}
 | |
| 
 | |
| {% block body %}
 | |
|   {% include "includes/info-bar.html" %}
 | |
|   {% include "includes/what-it-does.html" %}
 | |
|   {% include "includes/security-notes.html" %}
 | |
|   {% include "includes/deprecation.html" %}
 | |
|   {% include "includes/how-to-use.html" %}
 | |
|   {% block details %}{% endblock %}
 | |
| {% endblock %}
 |