This document name is: {{ source }}

This document is in: '{{ current_dir }}'

This document's parent dir is: '{{ parent_dir }}'

This document's key is: {{ s.key }}

This document's file size is: {{ s.filesize() }}

's' is an object of type: {{ s.__class__.__name__ }}

'root' is an object of type: {{ root.__class__.__name__}}

ancestors are {{ root.ancestors }}

breadcrumbs are {{ root.breadcrumbs() }}

children are {{ root.children }}

children with index pages? {{ root.has_children_with_index_pages() }}

docs are {{ root.docs }}

index page is {{ "%r" % root.index_page }}

level is {{ root.level }}

location is '{{ root.location }}'

parent is {{ root.parent }}