5 Sphinx layout template for the sphinxdoc theme.
7 :copyright: Copyright
2007-
2010 by the Sphinx team, see AUTHORS.
8 :license: BSD, see LICENSE for details.
10 {% extends
"basic/layout.html" %}
14 <a href=
"{{ pathto('index') }}">
15 <img src=
"{{pathto("_static/logo.png
", 1) }}"
16 alt=
"LLVM Logo" width=
"250" height=
"88"/></a>
21 {# put the sidebar before the body #}
22 {% block sidebar1 %}{{ sidebar() }}{% endblock %}
23 {% block sidebar2 %}{% endblock %}