芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/public_html/cloud.pulsehost.co.uk/dev/docs/templates/default/index.html.twig
{% extends 'base.html.twig' %} {% block content %}
Documentation
{% set node = project.namespace %} {{ include( 'components/table-of-contents.html.twig', { 'node': project.namespace, 'namespaces': usesNamespaces or not usesPackages ? node.children : [], 'packages': usesPackages ? project.package.children : [] } ) }} {{ include('components/constants.html.twig', {'node': project.namespace}) }} {{ include('components/functions.html.twig', {'node': project.namespace}) }} {% endblock %}