xref: /freebsd/contrib/llvm-project/lld/docs/llvm-theme/layout.html (revision 0b57cec536236d46e3dba9bd041533462f33dbb7)
1*0b57cec5SDimitry Andric{#
2*0b57cec5SDimitry Andric    sphinxdoc/layout.html
3*0b57cec5SDimitry Andric    ~~~~~~~~~~~~~~~~~~~~~
4*0b57cec5SDimitry Andric
5*0b57cec5SDimitry Andric    Sphinx layout template for the sphinxdoc theme.
6*0b57cec5SDimitry Andric
7*0b57cec5SDimitry Andric    :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS.
8*0b57cec5SDimitry Andric    :license: BSD, see LICENSE for details.
9*0b57cec5SDimitry Andric#}
10*0b57cec5SDimitry Andric{% extends "basic/layout.html" %}
11*0b57cec5SDimitry Andric
12*0b57cec5SDimitry Andric{% block relbar1 %}
13*0b57cec5SDimitry Andric<div class="logo">
14*0b57cec5SDimitry Andric<a href="{{ pathto('index') }}"><img src="{{
15*0b57cec5SDimitry Andricpathto("_static/logo.png", 1) }}" alt="LLVM Documentation"/></a>
16*0b57cec5SDimitry Andric</div>
17*0b57cec5SDimitry Andric{{ super() }}
18*0b57cec5SDimitry Andric{% endblock %}
19*0b57cec5SDimitry Andric
20*0b57cec5SDimitry Andric{# put the sidebar before the body #}
21*0b57cec5SDimitry Andric{% block sidebar1 %}{{ sidebar() }}{% endblock %}
22*0b57cec5SDimitry Andric{% block sidebar2 %}{% endblock %}
23