芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/cloud.pulsehost.co.uk/dev/docs/templates/responsive-twig/index.html.twig
{% 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 %}
Namespaces
{% block listRootNamespaces %}
Global ({{ project.namespace.name }})
{% for namespace in project.namespace.children|sort_asc %}
{{ namespace.name }}
{% endfor %} {% endblock %}
{% endif %} {% if project.indexes.packages|length > 0 %}
Packages
{% block listRootPackages %}
Global ({{ (project.indexes.packages|first).name }})
{% for package in (project.indexes.packages|first).children|sort_asc %}
{{ package.name }}
{% endfor %} {% endblock %}
{% endif %}
Charts
{% block listCharts %}
Class inheritance diagram
{% endblock %}
Reports
{% block listReports %}
Errors {{ macros.renderErrorCounter(project.files) }}
Deprecated {{ macros.renderDeprecatedCounter(project.indexes.elements) }}
Markers {{ macros.renderMarkerCounter(project.files) }}
{% endblock %}
{% endblock %}