10 lines
		
	
	
		
			304 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			304 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| div(layout="row" layout-xs="column" class="row-margin ng-cloak")
 | |
|   div(flex="20" flex-xs="100")
 | |
|     h2(class="h2-api-docs") How to use
 | |
|   div(flex="80" flex-xs="100")
 | |
|     :marked
 | |
|     {%- if doc.howToUse %}
 | |
| {$ doc.howToUse | indentForMarkdown(6) $}
 | |
|     {% else %}
 | |
|       *Not yet documented*
 | |
|     {% endif %} |