20 | % if hasdoc('about'): |
21 | <link rel="author" title="${_('About these documents')}" href="${pathto('about')}" /> |
22 | % endif |
23 | <link rel="index" title="${_('Index')}" href="${pathto('genindex')}" /> |
24 | <link rel="search" title="${_('Search')}" href="${pathto('search')}" /> |
25 | % if hasdoc('copyright'): |
26 | <link rel="copyright" title="${_('Copyright')}" href="${pathto('copyright')}" /> |
27 | % endif |
28 | <link rel="top" title="${docstitle|h}" href="${pathto('index')}" /> |
23 | <link rel="index" title="${_('Index')}" href="${pathto('genindex')}" /> |
9 | ${self.headers()} |
815 | callable_(context, *args, **kwargs) |