{% extends 'layout.html.twig' %} {% import 'base/macros.html.twig' as macros %} {% block heroUnit %}

{{ project.name|raw }}

Documentation

{% endblock %} {% block content %}
{% if project.indexes.namespaces|length > 0 or not project.indexes.packages %}
{% endif %} {% if project.indexes.packages|length > 0 %}
{% endif %}
{% endblock %}