This makes it easier for all the API docs to display "see also" links in a consitent manner. PR Close #22681
		
			
				
	
	
		
			12 lines
		
	
	
		
			388 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			388 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% extends 'base.template.html' -%}
 | |
| 
 | |
| {% block body %}
 | |
|   <p class="short-description">{$ doc.shortDescription | marked $}</p>
 | |
|   {% include "includes/security-notes.html" %}
 | |
|   {% include "includes/deprecation.html" %}
 | |
|   {% block overview %}{% endblock %}
 | |
|   {% include "includes/see-also.html" %}
 | |
|   {% block details %}{% endblock %}
 | |
|   {% include "includes/usageNotes.html" %}
 | |
| {% endblock %}
 |