api-8.x-1.x-dev/templates/project.html.twig
templates/project.html.twig
{#
/**
* @file
* Default theme implementation to present a project entity.
*
* This template is used when viewing a registered project's page,
* e.g., /admin/config/development/api/project/123. 123 being the project's ID.
*
* Available variables:
* - content: A list of content items. Use 'content' to print all content, or
* print a subset such as 'content.title'.
* - attributes: HTML attributes for the container element.
* - branches: Branch objects belonging to this project
*
* @see template_preprocess_project()
*/
#}
<article{{ attributes }}>
{% if navigation %}
{{- navigation -}}
{% endif %}
{% if docs %}
{{- docs -}}
{% endif %}
</article>
