Home | History | Annotate | Download | only in scripts

Lines Matching refs:sidebar

42 TEMPLATE_LIST = ['includes', 'header', 'sidebar', 'main', 'footer']
78 # Step C: cache the translated sidebars, keyed by parent dir, so we can do sidebar inheritance
87 if 'sidebar.md' in files:
88 sidebar = md(os.path.join(curdir, 'sidebar.md'))
89 del files[files.index('sidebar.md')]
91 sidebar = parent[0]
105 parents[curdir] = (sidebar, sidebar2, sidebar3)
115 final = template.safe_substitute(main=main, sidebar=sidebar, sidebar2=sidebar2, \