{# Devdocs is an SPA so each page has identical structure. For performance, as many items are marked "safe" as possible. CSS is taken straight from DevDocs so variations in tag usage between languages/libraries can be normalized. -#} {{title}}
{# Remove top padding which is usually reserved for the search bar. #}
{{devdocs_metadata.name}}
{% for section in nav_sections %}
{{ section.count | safe}} {{ section.name }}
{% for link in section.links %} {{ link.name }} {% endfor %}
{% endfor %} Open-source Licenses
{{content | safe}}