13 lines
		
	
	
		
			559 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			559 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <article>
 | |
|   <header class="api-header">
 | |
|     <h1 class="no-toc">{$ doc.name $}</h1>
 | |
|     <label class="api-type-label {$ doc.docType $}">{$ doc.docType $}</label>
 | |
|     {% if doc.deprecated %}<label class="api-status-label deprecated">deprecated</label>{% endif %}
 | |
|     {% if doc.experimental %}<label class="api-status-label experimental">experimental</label>{% endif %}
 | |
|     {% if doc.stable %}<label class="api-status-label stable">stable</label>{% endif %}
 | |
|     <span class="version">{$ version $}</span>
 | |
|   </header>
 | |
| 
 | |
|   {% block body %}{% endblock %}
 | |
| 
 | |
| </article> |