芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/public_html/cloud.pulsehost.co.uk/dev/docs/templates/default/searchIndex.js.twig
{% set baseUrl = renderBaseUrlHeader() %} Search.appendIndex( [ {% for element in project.indexes.elements %} { "fqsen": "{{ element.fullyQualifiedStructuralElementName|e('js') }}", "name": "{{ element.name|e('js') }}", "summary": "{{ element.summary|e('js') }}", "url": "{{ link(element) }}" }{% if not loop.last %},{% endif %} {% endfor %} ] );